필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Darryl
Darryl 2013년 2월 4일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by