how to represent approximate equal symbol
显示 更早的评论
i want to represent approximate symbol. for example: 'while' (condition) a - approximatly equal - 5000
回答(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.
类别
在 帮助中心 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!