How to restore example to default
조회 수: 19 (최근 30일)
이전 댓글 표시
I opened a Simulink example file and made modifications before thinking of making a working copy. Now I can't get back to the original. How can I download it again from Mathworks?
댓글 수: 1
Torsten
2024년 7월 26일
Can't you reinstall the Simulink examples folder ? If not, I'd reinstall complete MATLAB.
답변 (1개)
Shubham
2024년 8월 5일
Hi Roger,
It is my understanding that you want to restore your Simulink example to default state. You can do so by following these steps:
- Open your modified Simulink example.
- Search for its location in your system by using 'which example_model_name' command.
- Go to the location and delete/move the Simulink example to some other location as per your requirement.
- Again, open the example using 'openExample(example_name)' command.
This will open the default Simulink example.
Hope it helps.
Regards,
Shubham
댓글 수: 8
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!