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

 Risposta accettata

Ameer Hamza
Ameer Hamza il 30 Set 2020
Modificato: Ameer Hamza il 30 Set 2020
Don't type
a =
Just type
a
in command window.
For example,
>> a = 1;
>> a
a =
1

Più risposte (1)

madhan ravi
madhan ravi il 30 Set 2020

0 voti

You don’t have to type >>

1 Commento

Barbara Fiorani
Barbara Fiorani il 30 Set 2020
Hi,
I didn't type it on my command window, just typed it here in the question.

Accedi per commentare.

Categorie

Scopri di più su MATLAB Coder in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by