Solving a two unknown function
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Thierry
el 21 de Jul. de 2014
Respondida: Thierry
el 22 de Jul. de 2014
Is this possible with a two unknown function and a solve function to have all the couples of points that make Z=0 I mean how can I do
syms x;syms y;
Z=f(x,y);
S=solve(Z,(x,y));
S
and then get in the command window have : ans: S= [x(solution),y(solution)] or [x(solution1),y(solution1)]...
0 comentarios
Respuesta aceptada
Más respuestas (1)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!