how to represent approximate equal symbol
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i want to represent approximate symbol. for example: 'while' (condition) a - approximatly equal - 5000
0 Commenti
Risposte (1)
Dimitris Kalogiros
il 4 Ott 2019
Modificato: Dimitris Kalogiros
il 4 Ott 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 Commenti
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!