フィルターのクリア

error variable a - basic

1 回表示 (過去 30 日間)
Barbara Fiorani
Barbara Fiorani 2020 年 9 月 30 日
コメント済み: Barbara Fiorani 2020 年 9 月 30 日
Why it gives me error when I type >> a= instead of giving me the following result >> a =
1
Before doing this, I had already type the following >>a=1

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 9 月 30 日
編集済み: Ameer Hamza 2020 年 9 月 30 日
Don't type
a =
Just type
a
in command window.
For example,
>> a = 1;
>> a
a =
1
  1 件のコメント
Barbara Fiorani
Barbara Fiorani 2020 年 9 月 30 日
Thank you

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

その他の回答 (1 件)

madhan ravi
madhan ravi 2020 年 9 月 30 日
You don’t have to type >>
  1 件のコメント
Barbara Fiorani
Barbara Fiorani 2020 年 9 月 30 日
Hi,
I didn't type it on my command window, just typed it here in the question.

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

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by