Getting "not a valid name" error
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Brian Tremaine
am 2 Dez. 2023
Beantwortet: Walter Roberson
am 2 Dez. 2023
I am using the WaterTank Matlab example code and adapting it to my own specific problem. I'm getting an error that "WaterTank.slx" is not a valid MATLAB function. Sorry, I don't understand what the problem is.
My working folder is WaterTank, and contains files WaterTank.mlx and WaterTank.slx. At line 65 I am trying to select the variant 'ADRC' and get the error.


0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 2 Dez. 2023
mdl = 'WaterTank' ;
Leave out the extension in that context
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Verification, Validation, and Test 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!