i get error saying that z should be a matrix and not a scalar

1 visualización (últimos 30 días)
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

Respuesta aceptada

Stephen23
Stephen23 el 7 de Mzo. de 2017
Z=7*sin(pi.*X).*cos(3*pi.*X);

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by