i get error saying that z should be a matrix and not a scalar
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
dulanga
el 7 de Mzo. de 2017
Comentada: dulanga
el 7 de Mzo. de 2017
x = linspace (-1,1); y = linspace (-1,1); [X, Y] = meshgrid(x,y); Z=7*sin(pi.*x).*cos(3*pi.*x);
surf(X,Y,Z ) hold on contour(X,Y,Z) hold off
rotate3d on
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!