how to create a proper 3D plot
이전 댓글 표시
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일
0 개 추천
Refer to the following link which shows how to create different 3-D plots in MATLAB:
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!