how to represent approximate equal symbol
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i want to represent approximate symbol. for example: 'while' (condition) a - approximatly equal - 5000
0 comentarios
Respuestas (1)
Dimitris Kalogiros
el 4 de Oct. de 2019
Editada: Dimitris Kalogiros
el 4 de Oct. de 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 comentarios
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!