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

댓글 수: 2

Fabio Freschi
Fabio Freschi 2019년 9월 26일
Have you tried something?
Rik
Rik 2019년 9월 26일
You can find guidelines for posting homework on this forum here.

댓글을 달려면 로그인하십시오.

답변 (1개)

Bruno Teramoto
Bruno Teramoto 2019년 9월 26일

0 개 추천

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)

카테고리

도움말 센터File Exchange에서 Installing Products에 대해 자세히 알아보기

질문:

2019년 9월 26일

답변:

2019년 9월 26일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by