problem with shadowing file in Matlab2014b
显示 更早的评论
running a FILENAME.m file reports that MATLAB cannot run this file because a FILENAME.slx (same name for .m and .slx) shadows it. No evidence of where can be this shadowing file because no previous file run with same name in the current session. Additional info: File are under SVN configuration...
回答(1 个)
Jan
2016-2-11
You can search for the files:
which FILENAME -all
which FILENAME.slx
What do you observe?
类别
在 帮助中心 和 File Exchange 中查找有关 Source Control 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!