what does x='1' mean

1 vue (au cours des 30 derniers jours)
mariam moutaz
mariam moutaz le 25 Fév 2021
Modifié(e) : mariam moutaz le 25 Fév 2021
x='1'
y='2'
disp(x+y)
why is the answer 99
  2 commentaires
Matt J
Matt J le 25 Fév 2021
Did you run the code? If so, you should be able to tell us what the answer is.
mariam moutaz
mariam moutaz le 25 Fév 2021
the answer is 99

Connectez-vous pour commenter.

Réponse acceptée

David Hill
David Hill le 25 Fév 2021
The + converts the characters into their double equivalent so they can be added.
double('1')+double('2');% = 99

Plus de réponses (0)

Catégories

En savoir plus sur 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!

Translated by