how to make a variable as equal input over 30 sections
显示 更早的评论
f = 100;
z = 0.5 ;% how to make it as equal inputs over 30 sections
b = 2; c = 4;
Y = f*b*c*z;
disp(Y);
采纳的回答
更多回答(1 个)
Mischa Kim
2014-4-21
Segun, do you mean
z = linspace(0,0.5,30)
类别
在 帮助中心 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!