how to create a proper 3D plot
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to create a plot representing the temperatue at the i and j nodes
Tplot = Ttime{1,100} % get the 5x21 matrix stored in array index Ttime
i = 1:21
j = 1:51
%suggested plot function
what would be the best way to do this
Réponses (1)
Nishant Gupta
le 28 Mai 2020
Refer to the following link which shows how to create different 3-D plots in MATLAB:
0 commentaires
Voir également
Catégories
En savoir plus sur Line Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!