Help plotting a multivar table

조회 수: 2 (최근 30일)
Luca RATTI
Luca RATTI 2022년 3월 7일
댓글: Luca RATTI 2022년 3월 11일
Hi, I have the 505x9 table in the picture (I uploaded the file) and I would like to plot the variable named "PILMilioniDiEuro" by Year (first variable named "Anno") and EUCode (second variable named "CodiceEu).
I tried using plot3 and parallelplot functions. Can someone help me? Thanks a lot.

채택된 답변

Peter Perkins
Peter Perkins 2022년 3월 9일
There are many good reasons to put data into a table, but plot3 does not yet accept a table as input. This will make the plot:
plot3(t.Anno,t.CodiceEu,t.PILMilioniDiEuro)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pole and Zero Locations에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by