how to create a proper 3D plot
1 次查看(过去 30 天)
显示 更早的评论
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
回答(1 个)
Nishant Gupta
2020-5-28
Refer to the following link which shows how to create different 3-D plots in MATLAB:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!