フィルターのクリア

Check for missing argument or incorrect argument data type in call to function 'create'

2 ビュー (過去 30 日間)
Ryan Scott
Ryan Scott 2020 年 5 月 9 日
回答済み: Jahid Hasan 2020 年 12 月 12 日
for K = V(1:300)
K>0.29
if K<0.29
create new
end
end
I am trying so that if the number falls below 0.29 then it will create a new data set which I can then export as a pdf file. Please help!

回答 (1 件)

Jahid Hasan
Jahid Hasan 2020 年 12 月 12 日
%Ec = sym('Ec')
syms Ec;
V = 19;
P = 77.7 ;
Vo = 6.67;
Bo = 433;
Bop = 4;
B = (Bop-1)/2 ;
Ec = 99
C = sqrt(9*Bo*Vo/Ec);
A = 1- ((V/Vo)^(1/3)) ;
X = 3*Bo*((V/Vo)^(-2/3))* A*(1+(3*B-C)*A + (B*C - (3*Bo*Vo/Ec))*A*A)* exp(C*A)==77.7 ;
L=solve(X,Ec)
double L
why i can not run this code, can you check where did i make mistake, I am trying to get Ec value but its not working for me

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by