"undefined function or variable XXXX"
93 次查看(过去 30 天)
显示 更早的评论
while execution simulink block on r pi, it shows error that "undefined function or variable XXXX" in the matlab function.
2 个评论
Brandon Eidson
2017-1-6
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.
回答(1 个)
Jordan Ross
2017-1-9
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!