Couldn't find helperVisualizeScene() function

3 ビュー (過去 30 日間)
Aytekin Erdogan
Aytekin Erdogan 2023 年 6 月 5 日
コメント済み: Aytekin Erdogan 2023 年 6 月 5 日
Create 360° Bird's-Eye-View Image Around a Vehicle
In this documentation and example, some helper functions are used. But when I tried sample code, I couldn't find these helper functions mentioned below;
(I am using Matlab R2023a.)
helperVisualizeScene()
helperBlendImages()
helperRegisterImages() etc.
When I try, open('./helperRegisterImages.m'), I get a warning like that:
--------------------------
Error using open
File './helperRegisterImages.m' not found.
--------------------------
Please help!

採用された回答

Steven Lord
Steven Lord 2023 年 6 月 5 日
Open the example in MATLAB using the command that gets copied to the clipboard when you press the "Copy Command" button. MATLAB will make the example's directory the current directory and those supporting functions should be in that example's directory.
  1 件のコメント
Aytekin Erdogan
Aytekin Erdogan 2023 年 6 月 5 日
Woow. Thank you. It's solved!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by