Cannot plot the figure
古いコメントを表示
%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
2019 年 2 月 24 日
編集済み: madhan ravi
2019 年 2 月 24 日
0 投票
You haven't defined capital "C".
2 件のコメント
waisze Lam
2019 年 2 月 24 日
madhan ravi
2019 年 2 月 24 日
After x add the line:
C = 2; % some number
カテゴリ
ヘルプ センター および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!