Why does this code not work?
Afficher commentaires plus anciens


Hey, can anyone tell me why does this happen.
Note: I used many variables because I am using this for a GUI.
1 commentaire
Azzi Abdelmalek
le 8 Juin 2016
The code doesn't work is not a clear question. If someone try to test your code, he must write all your code because it's posted as an image, you could just copy and paste your code as a text.
Réponses (2)
Torsten
le 8 Juin 2016
if abs(X-Y-Z) < 1e-9
disp ('C');
else
disp ('W');
end
Best wishes
Torsten.
Catégories
En savoir plus sur Variables 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!