Info
この質問は閉じられています。 編集または回答するには再度開いてください。
partial diff with out syms plot
1 回表示 (過去 30 日間)
古いコメントを表示
この 質問 は Michael Van de Graaff
さんによってフラグが設定されました
theta=1:10;
a=1:10;
N=cos(theta);
pl plot df/dna vs a also plot df/dN vs a
function y=f(N,na,nf,a,b)
nf=2;
y=exp(i*na*N)+sin(nf^2-a)+atan(exp(1*b));
end
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!