How do I clear an object MATLAB defaults to by finding it in the history?
1 次查看(过去 30 天)
显示 更早的评论
I am trying to run a radar-related simulation. I want the script file to read in an image from a particular directory. At an earlier time, the image resided in a directory that doesn't exist anymore. When I run the script, it tries to read from the now nonexistent directory even though I have updated the script to read from the new directory. I know MATLAB defaults to reading in objects from a history. How do I clear that history so it won't do this? (When I earlier had a similar problem with defining a parameter in a script, I cleared the parameter value first and that worked.)
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Search Path 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!