Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
partial diff with out syms plot
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Michael Van de Graaff
ha marcado con alerta este/a pregunta
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 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!