how to represent approximate equal symbol
6 ビュー (過去 30 日間)
古いコメントを表示
i want to represent approximate symbol. for example: 'while' (condition) a - approximatly equal - 5000
0 件のコメント
回答 (1 件)
Dimitris Kalogiros
2019 年 10 月 4 日
編集済み: Dimitris Kalogiros
2019 年 10 月 4 日
A suggestion :
while a > 4090 && a <5010
% your code
end
In fact "approximately" is something relative and depends on the user/programmer and his application.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!