matlabでの車両認識
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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つ目のボックスです。
このエラーをどうやって消すのか分かりません。
0 commentaires
Réponse acceptée
Shunichi Kusano
le 5 Fév 2020
オリジナルのフォルダにファイルがあるので、他のフォルダで作業する場合には全ファイルをコピーしておく必要があります。オリジナルのフォルダというのは
openExample('driving_fusion_vision/TrackVehiclesUsingLidarExample')
と入力した際に自動で移動した先のフォルダとなります。
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Speech Recognition dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!