フィルターのクリア

How to Clear all Variables of a Workspace Except for Those Explicitly Excluded?

60 ビュー (過去 30 日間)
Rightia Rollmann
Rightia Rollmann 2017 年 3 月 15 日
編集済み: Jan 2017 年 3 月 15 日
How do I clear all variables of a workspace except for those that I explicitly mention not to be cleared?

採用された回答

Jan
Jan 2017 年 3 月 15 日
編集済み: Jan 2017 年 3 月 15 日
clearvars -except keepVariables
I recommend to use functions. Then there is no need to clear workspace variables. For larger projects it is very useful, if the workspace is kept clean, instead of applying method to clean them manually.

その他の回答 (1 件)

ES
ES 2017 年 3 月 15 日

カテゴリ

Help Center および File ExchangeWorkspace 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