how to make a variable as equal input over 30 sections
Afficher commentaires plus anciens
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);
Réponse acceptée
Plus de réponses (1)
Mischa Kim
le 21 Avr 2014
Segun, do you mean
z = linspace(0,0.5,30)
Catégories
En savoir plus sur Numerical Integration and Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!