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!