Clear Filters
Clear Filters

how to represent approximate equal symbol

11 views (last 30 days)
i want to represent approximate symbol. for example: 'while' (condition) a - approximatly equal - 5000

Answers (1)

Dimitris Kalogiros
Dimitris Kalogiros on 4 Oct 2019
Edited: Dimitris Kalogiros on 4 Oct 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.

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Tags

Products


Release

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!