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?
0 个评论
回答(2 个)
madhan ravi
2018-11-10
编辑:madhan ravi
2018-11-10
if w > y
w = x*y
else
end
5 个评论
madhan ravi
2018-11-10
what do you want to do by those conditions?
Abdulaziz jatmi
2018-11-10
madhan ravi
2018-11-10
paste full datas of x and y
Abdulaziz jatmi
2018-11-10
madhan ravi
2018-11-10
the question is not clear
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!