Your plot will be of q vs. t.

Screen Shot 2019-09-26 at 1.26.07 PM.png

2 commentaires

Fabio Freschi
Fabio Freschi le 26 Sep 2019
Have you tried something?
Rik
Rik le 26 Sep 2019
You can find guidelines for posting homework on this forum here.

Connectez-vous pour commenter.

Réponses (1)

Bruno Teramoto
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!

Translated by