matlabでの車両認識

9 views (last 30 days)
Daichi Saitou
Daichi Saitou on 5 Feb 2020
Commented: Shunichi Kusano on 5 Feb 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つ目のボックスです。
このエラーをどうやって消すのか分かりません。

Accepted Answer

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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!