getting an error that attempt to run script as a function? what should be done to rectify?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Shan Sha
am 12 Okt. 2018
Kommentiert: madhan ravi
am 12 Okt. 2018
Attempt to execute SCRIPT get_im_label as a function: G:\pro\letrist-master\helpfun\get_im_label.m
Error in demo_CURET (line 25) imageDatasetLabel = get_im_label(imdir); This is the error i am getting. how to modify? my code is attached here.
0 Kommentare
Akzeptierte Antwort
madhan ravi
am 12 Okt. 2018
Bearbeitet: madhan ravi
am 12 Okt. 2018
You have saved get_im_label as a script instead of a function look into the error message as it clearly states the error.
Usage:
get_im_label(imdir)
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical 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!