matlabでの車両認識
1 回表示 (過去 30 日間)
古いコメントを表示
関数または変数 '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 件のコメント
採用された回答
Shunichi Kusano
2020 年 2 月 5 日
オリジナルのフォルダにファイルがあるので、他のフォルダで作業する場合には全ファイルをコピーしておく必要があります。オリジナルのフォルダというのは
openExample('driving_fusion_vision/TrackVehiclesUsingLidarExample')
と入力した際に自動で移動した先のフォルダとなります。
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!