I have a problem, i receive 'Error using input Cannot call INPUT from EVALC.' I'm not sure what it means or how to get the input to work. Thank you.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
1 Kommentar
Antworten (1)
Sulaymon Eshkabilov
am 4 Sep. 2021
call this command at the beginning of your code:
clear all
It looks like, input has be used before to call another m-file and thus, matlab's built in INPUT fcn has been corrupted.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Matched Filter and Ambiguity Function 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!