%Maximum thickness as a fraction of cord length
t=0.2;
%cord length
c=1.5;
%Create vector 'x' from 0 to 1.5
x=[0:0.01:1.5];
%'y' is having two vectors simultaneously
%take positive vector as 'y1' and negative vector as 'y2'
%Create positive 'y' vector
y1=(t*c/0.2)*((0.2969*sqrt(x/c))-(0.1260*(x/c))-(0.3516*(x/c).^2)+(0.2843*(x/c).^3)-(0.1015*
8

답변 (1개)

madhan ravi
madhan ravi 2019년 2월 24일
편집: madhan ravi 2019년 2월 24일

0 개 추천

You haven't defined capital "C".

댓글 수: 2

waisze Lam
waisze Lam 2019년 2월 24일
how to define it.
could you write it down the methods ?
After x add the line:
C = 2; % some number

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

카테고리

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

질문:

2019년 2월 24일

편집:

2019년 2월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by