필터 지우기
필터 지우기

Info

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

Plotting surface with matrices

조회 수: 1 (최근 30일)
JRC
JRC 2016년 10월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
Consider the information:
a1 = [1 2 3 5 2]; a2 = [0 1 -1 4 2];
b1 = [- 5 0 2 7 8]; b2 = [- 2 -1 4 -2 5];
c1 = [1 2 8 9 12]; c2 = [1 2 8 9 12];
I need to make a surface with these values where a1 and a2 are at level 0 (e.g., in the z-axis they are in z = 0); the values of b1 and b2 are at level 0.5 (in the z-axis we have z=0.5) and the value c1 and c2 correspond to level 1 (height z = 1).
I did the graphic using the plot3 but I wanted a surface.
Thanks!
  댓글 수: 1
JRC
JRC 2016년 10월 10일
I did the graphic using the plot3 and it is varying on time discrete (time=1, 2, 3, 4 and 5).

답변 (0개)

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by