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!