Plotting Isotherms on a contour plot
9 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Sulaymon Eshkabilov
2021-4-7
Here is a simple solution (plot part only) to your exercise:
pcolor(rot90(rot90(x)), rot90(rot90(y)), T2), shading interp
Good luck
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!