x greater than y by some value

1 回表示 (過去 30 日間)
Caroline
Caroline 2020 年 1 月 18 日
コメント済み: Caroline 2020 年 1 月 19 日
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!

採用された回答

Cameron B
Cameron B 2020 年 1 月 18 日
if x - y > 10
disp(greater than 10)
else
disp(less than or equal to 10)
end
  1 件のコメント
Caroline
Caroline 2020 年 1 月 19 日
Thank You!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeElementary Math についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by