Matlab automation not refreshing script/function changes
显示 更早的评论
I'm using matlab automation from C#(it shouldn't matter where). I edit a matlab function for mistakes/tweaks as I run my C# code. After a while matlab starts ignoring the changes and I have to reboot to get it to recognize the changes again(and it works for a bit then starts ignoring again).
Is there command or something that tells matlab to stop ignoring file changes or to refresh?
回答(1 个)
Walter Roberson
2011-9-26
Are you using
rehash
after you make your changes? You should.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Compiler SDK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!