필터 지우기
필터 지우기

Is it possible to 'clear all' variables except one?

조회 수: 51 (최근 30일)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2019년 9월 5일
답변: James Tursa 2019년 9월 5일
I am using clear all command. But I wan to keep just one of the varibles. Lets say the name of that variable is 'var'.

채택된 답변

madhan ravi
madhan ravi 2019년 9월 5일
편집: madhan ravi 2019년 9월 5일

추가 답변 (2개)

Walter Roberson
Walter Roberson 2019년 9월 5일
No, that is not possible using "clear all"
The only time you should ever use "clear all" is if you are deliberately resetting your entire MATLAB session. If it would not be acceptable to quit and re-enter MATLAB at that point then you should not use "clear all"
You should have a look at the clearvars() command, which does have an -except option.

James Tursa
James Tursa 2019년 9월 5일

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT-Files에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by