Saving all variables with save EXCEPT just a few variables
조회 수: 87 (최근 30일)
이전 댓글 표시
I have a workspace that I want to save all variables except a few that are named basically with the same prefix. So ideally, I'd like to save everything except a few. For example, save everything except `not_me*`, `not_me_either*`.
Since writing individual errors is a lot and a annoying I wanted a short way to do this.
The only way I thought of doing this so far was with maybe a regex (since it gets in regex's) but I ahve not been successful in forming one yet.
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!