Constants that cannot be delete with CLEAR
古いコメントを表示
Simple,
I have some personal constants define in startup.m but every time I type CLEAR in the command window I loose them.
Is there a way to make some constants non deletable ?
Thank you.
採用された回答
その他の回答 (1 件)
Dyuman Joshi
2023 年 6 月 4 日
移動済み: Matt J
2023 年 6 月 4 日
You can use this command
clearvars -except VariblesNotToBeDeleted
1 件のコメント
カテゴリ
ヘルプ センター および File 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!