matlabでの車両認識
1 view (last 30 days)
Show older comments
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つ目のボックスです。
このエラーをどうやって消すのか分かりません。
0 Comments
Accepted Answer
Shunichi Kusano
on 5 Feb 2020
オリジナルのフォルダにファイルがあるので、他のフォルダで作業する場合には全ファイルをコピーしておく必要があります。オリジナルのフォルダというのは
openExample('driving_fusion_vision/TrackVehiclesUsingLidarExample')
と入力した際に自動で移動した先のフォルダとなります。
2 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!