partial diff with out syms plot
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Diese(r) Frage wurde durch Michael Van de Graaff
markiert
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
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!