how can i solve

i have a problem icant solve this.
Using one if-statement to rewrite the following nested if-statement ?
1-(if w < x)
2-(if w > y)
3-(w = x*y)
4-(end if)
5-(end if)
how can i solve?

回答(2 个)

madhan ravi
madhan ravi 2018-11-10
编辑:madhan ravi 2018-11-10
if w > y
w = x*y
else
end

5 个评论

what do you want to do by those conditions?
give error, and i have tow 1- w< x 2-w> y
paste full datas of x and y
i don't knows, the thatcher give me this question
the question is not clear

此问题已关闭。

标签

关闭:

2021-8-20

Community Treasure Hunt

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

Start Hunting!

Translated by