Plotting 3D plot with 3 variables
1 回表示 (過去 30 日間)
古いコメントを表示
I have three variables (let's call them x, y, and z), and x and y represent coordinates while z is a value that correlates to the 'strength' of a single point. I wanted to plot a 3D graph where every single point is plotted according to it's respective x and y value, while have a color scheme that shows which point possesses the greatest 'z' value (sort of like a heat map). Is it possible to do this?
0 件のコメント
回答 (1 件)
Star Strider
2016 年 2 月 19 日
Not certain what you want to do. I would experiment with the scatter3 function.
2 件のコメント
Star Strider
2016 年 2 月 19 日
Look through the scatter3 documentation. You can change the sizes and colours of the markers as you wish.
参考
カテゴリ
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!