error variable a - basic
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Barbara Fiorani
le 30 Sep 2020
Commenté : Barbara Fiorani
le 30 Sep 2020
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
0 commentaires
Réponse acceptée
Ameer Hamza
le 30 Sep 2020
Modifié(e) : Ameer Hamza
le 30 Sep 2020
Don't type
a =
Just type
a
in command window.
For example,
>> a = 1;
>> a
a =
1
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!