how to reset simscape example?
2 次查看(过去 30 天)
显示 更早的评论
hello
I'm studying the example file from Two-Phase Fluid Refrigeration of simscape .
I added a block and tried a few times, and I would like to do something new.
but When I open a new example, the previously saved file is opened.
So, I hope to reset simscape example.
I need help. Thank you.
0 个评论
采纳的回答
Epsilon
2024-12-9
编辑:Epsilon
2024-12-9
To reset the example, search the location for the 'TwoPhaseFluidRefrigerationExample' using 'which'
which TwoPhaseFluidRefrigerationExample
Open the file location and then delete or move the 'TwoPhaseFluidRefrigeration.slx' file from the folder.
Restart the example using:
openExample('simscape/TwoPhaseFluidRefrigerationExample')
A new file will be created, which is restored to the original version.
Glad to help!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Foundation and Custom Domains 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!