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!