Help plotting a multivar table

5 次查看(过去 30 天)
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