Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to plot a 3d graph using two vectors and one expression

1 visualización (últimos 30 días)
Darryl
Darryl el 4 de Feb. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I am trying to create a 3d graph that compares each value in array X and Y for the minimum value: min(x,y)
This is what I have created so far:
x = [0:0.1:1]
y = x
y = fliplr(y)
So, for example, when Y is 0.9, X is 0.1, etc.
Then I opened the plot tools, choose a 3d graph, clicked "add data" and chose 3d mesh. I added X to x, Y to y and for z: min(x,y)
I then received an error stating that axis z must be a matrix.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by