how to represent approximate equal symbol
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i want to represent approximate symbol. for example: 'while' (condition) a - approximatly equal - 5000
0 Kommentare
Antworten (1)
Dimitris Kalogiros
am 4 Okt. 2019
Bearbeitet: Dimitris Kalogiros
am 4 Okt. 2019
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 Kommentare
Siehe auch
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!