Is there a way to visualize this data?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ali Almakhmari
am 16 Dez. 2022
Beantwortet: Walter Roberson
am 16 Dez. 2022
I have a 1 by 10000 variable, a 1 by 60 variable, and a 1 by 1491 variable, is there a way to visualize and plot this in a 3D graph?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 16 Dez. 2022
Yes.
resample() the second and third variables to the same size as the first variable.
Now plot3() the variables against each other.
Whether the results are meaningful is dubious but not impossible.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!