2D plot x-y axis
3 ビュー (過去 30 日間)
古いコメントを表示
How can visualize on a 2D plot the variation of a variable say, z of size (100,1), that varies with both x and y, both of size (100,1)?
0 件のコメント
回答 (1 件)
Azzi Abdelmalek
2015 年 12 月 24 日
You have 3 variables x,y and z, I think you need a 3D plot
plot3(x,y,z)
Unless you want to change the transparency of the 2D plot according to z value
参考
カテゴリ
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!