필터 지우기
필터 지우기

Plotting of a matrix with 3 dimension

조회 수: 2 (최근 30일)
Marc Gtr
Marc Gtr 2020년 11월 21일
답변: Shubham Rawat 2020년 11월 25일
I'm getting the output of a matrix (A) as above. I want to plot the terms within bracket.
plot (A) does not work, neither surf (A). Any suggestions please?

채택된 답변

Shubham Rawat
Shubham Rawat 2020년 11월 25일
Hi Marc,
You can separate the content on the first row and can store first value to vector x and other value to vector y and then you can use plot(x,y).
Hope this Helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by