Your plot will be of q vs. t.
이전 댓글 표시
답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
