Renaming a model from explorer or MATLAB folder
2 次查看(过去 30 天)
显示 更早的评论
Hello all,
I want to know when a user renames a model with F2, either from windows explorer or from MATLAB Current Folder, if there is a Callback called and how to catch or overwrite it.
I`m asking this because when I rename my models I want some data to be saved in a file.
I do not want the model to be opened.
I hope my question is clear.
Thanks in advance,
Adrian.
0 个评论
回答(1 个)
TAB
2012-6-29
编辑:TAB
2012-6-29
AFAIK, it is not possible to handle the model file rename event or callback in the matlab when file is renamed from or outside matlab.
What you can do is, design your own GUI (or write a function) in matlab to rename the model file.
In the GUI/Function, you can save your data or do your operation.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!