matlabでの車両認識

6 vues (au cours des 30 derniers jours)
Daichi Saitou
Daichi Saitou le 5 Fév 2020
Commenté : Shunichi Kusano le 5 Fév 2020
関数または変数 'HelperLidarExampleDisplay' が未定義です。
エラー: Untitled (line 39)
displayObject = HelperLidarExampleDisplay(imageData{1},...ma
とエラーが出ます。
% Create display
displayObject = HelperLidarExampleDisplay(imageData{1},...
'PositionIndex',[1 3 6],...
'VelocityIndex',[2 4 7],...
'DimensionIndex',[9 10 11],...
'YawIndex',8,...
'MovieName','',... % Specify a movie name to record a movie.
'RecordGIF',false); % Specify true to record new GIFs
サイトだと、3つ目のボックスです。
このエラーをどうやって消すのか分かりません。

Réponse acceptée

Shunichi Kusano
Shunichi Kusano le 5 Fév 2020
オリジナルのフォルダにファイルがあるので、他のフォルダで作業する場合には全ファイルをコピーしておく必要があります。オリジナルのフォルダというのは
openExample('driving_fusion_vision/TrackVehiclesUsingLidarExample')
と入力した際に自動で移動した先のフォルダとなります。
  2 commentaires
Daichi Saitou
Daichi Saitou le 5 Fév 2020
わ~!何度もありがとうございます!助かります!
Shunichi Kusano
Shunichi Kusano le 5 Fév 2020
あるあるエラーなんです。私も何回もこれくらっています。

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!