"undefined function or variable XXXX"
93 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
while execution simulink block on r pi, it shows error that "undefined function or variable XXXX" in the matlab function.
2 Commenti
Brandon Eidson
il 6 Gen 2017
Suhas, please provide more details as to what your workflow is, what your end goal is, and if there are any more details to the error message.
Risposte (1)
Jordan Ross
il 9 Gen 2017
Hello Suhas,
The most likely cause of this is that you have a variable that was previously defined in the workspace but has since been cleared. Ensure that the variable you are working with does in fact exist.
0 Commenti
Vedere anche
Categorie
Scopri di più su Simulink Functions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!