Help about function with if statement
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
I have problem with creating function. I don´t know how to use command function properly. Can you guys tell me where I was wrong it will be very helpfull
function [y]=task1(x)
if x>=9
y = 15*(4*x)^(1/2)+10;
end
if (0<=x<9)
y=10*x +10;
end
if (x<0) y=10;
end
0 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!