x greater than y by some value

10 vues (au cours des 30 derniers jours)
Caroline
Caroline le 18 Jan 2020
Commenté : Caroline le 19 Jan 2020
Hi!
I have a problem with the syntax, I want to write an if loop that: if x is greater than y by 10 then .. I only know how to write that x is greater than y and the action, but how to write that is 10 greater?
The solution is probably easy but I have no idea ..
Thank you for your help!

Réponse acceptée

Cameron B
Cameron B le 18 Jan 2020
if x - y > 10
disp(greater than 10)
else
disp(less than or equal to 10)
end
  1 commentaire
Caroline
Caroline le 19 Jan 2020
Thank You!!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements 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