I want to solve the integral.
1 回表示 (過去 30 日間)
古いコメントを表示
I want to solve the integral.

What you want to find here is the amount value. However, the CE value is a value that is partially taken from the value of another function. So I organized my code like this:
function damountdt = Columnfun_KH_0223(Q_E,C1_total)
C_E1=repmat(C1_total(1:425,101), 1, 1);
damountdt = 1.27*C_E1;
end
However, the amount does not appear in the workspace.
3 件のコメント
Walter Roberson
2022 年 3 月 14 日
However, the amount does not appear in the workspace.
Which variable are you expecting to appear, and in which workspace?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!