Your plot will be of q vs. t.
Afficher commentaires plus anciens
Réponses (1)
Bruno Teramoto
le 26 Sep 2019
0 votes
n = [0.0350 0.0200 0.0150 0.0300 0.0220]';
S = [0.0001 0.0002 0.0010 0.0007 0.0003]';
B = [10 8 20 24 15]';
H = [2 1 1.5 3 2.5]';
U = (sqrt(S)./n).*((B.*H)./(B + 2*H)).^(2/3);
disp(U)
Catégories
En savoir plus sur Installing Products 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!
