how do i clear a logical variable from workspace

Does anyone know how to how do i clear a logical variable from workspace
Thanks in advance

 採用された回答

José-Luis
José-Luis 2014 年 1 月 15 日

2 投票

Like any other variable
a = true;
clear a;

2 件のコメント

Keith
Keith 2014 年 1 月 15 日
My logical is a vector, but it is not clearing - am I missing something?
Keith
Keith 2014 年 1 月 15 日
disregard I figured it out, I was clearing outside the loop when it should have been inside.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeUse COM Objects in MATLAB についてさらに検索

質問済み:

2014 年 1 月 15 日

コメント済み:

2014 年 1 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by