What does this error message mean?
1 次查看(过去 30 天)
显示 更早的评论
Undefined function or variable 'fcn'.
Error in tabpanelcopyfcn (line 40) switch fcn
0 个评论
采纳的回答
Sean de Wolski
2013-6-14
It means that the variable or function fcn cannot be found. Run:
dbstop if error
And then reproduce the error. This will stop with the debugger on this line and you'll be able to inspect everything and see why it's not there.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Debugging and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!