This can be solved
Show older comments

5 Comments
Dyuman Joshi
on 2 Feb 2023
The question clearly states how you should proceed. What have you attempted?
Mhuhmed
on 2 Feb 2023
Dyuman Joshi
on 2 Feb 2023
Show your code and the full error.
John D'Errico
on 7 Feb 2023
Edited: John D'Errico
on 7 Feb 2023
"I do not know how to solve this question. Can you solve this question (beginner)،Please help me."
Image Analyst
on 9 Feb 2023

Answers (1)
Walter Roberson
on 2 Feb 2023
for x=value
if x is in a certain range
y = appropriate calculation
elseif x is in a different range
y = whatever
else
y = the default value
end
end
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!