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

 Réponse acceptée

Ameer Hamza
Ameer Hamza le 30 Sep 2020
Modifié(e) : Ameer Hamza le 30 Sep 2020

0 votes

Don't type
a =
Just type
a
in command window.
For example,
>> a = 1;
>> a
a =
1

Plus de réponses (1)

madhan ravi
madhan ravi le 30 Sep 2020

0 votes

You don’t have to type >>

1 commentaire

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB Coder dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by