Why does this code not work?
显示 更早的评论


Hey, can anyone tell me why does this happen.
Note: I used many variables because I am using this for a GUI.
1 个评论
Azzi Abdelmalek
2016-6-8
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.
回答(2 个)
Torsten
2016-6-8
if abs(X-Y-Z) < 1e-9
disp ('C');
else
disp ('W');
end
Best wishes
Torsten.
类别
在 帮助中心 和 File Exchange 中查找有关 Variables 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!