Couldn't find helperVisualizeScene() function
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Aytekin Erdogan
am 5 Jun. 2023
Kommentiert: Aytekin Erdogan
am 5 Jun. 2023
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!
0 Kommentare
Akzeptierte Antwort
Steven Lord
am 5 Jun. 2023
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!