필터 지우기
필터 지우기

How to save all results at some point in the script and run next time based on those results?

조회 수: 1 (최근 30일)
I mean I don't need to change the first half of my code. Every time running the script I only change some lines in the last part. How can I save time to run the program?

답변 (1개)

Star Strider
Star Strider 2018년 6월 29일
I would use the save (link) function to store the selected data, then use the related load (link) function to restore them to your workspace when you need them.

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by