How can I make a axis with 3D array?
古いコメントを表示
I have two velocity arrays (lon x lat) and I need to save it in X-axis and Y-axis. Consider u e v as vectors decompositions of velocity.
How can I do that?
Thanks for any help!
9 件のコメント
Walter Roberson
2018 年 6 月 17 日
Is your data complex-valued? For any particular wind position wind(J,K) then how do you calculate the u and v values?
dpb
2018 年 6 月 17 日
As always, far better to attach some sample data rather than try to describe in words. Then, as Walter says, show us from that a specific set of inputs/desired outputs and how the latter is obtained from the former if not totally trivially obvious.
Miriã Gollmann
2018 年 6 月 17 日
Walter Roberson
2018 年 6 月 17 日
Is uv complex valued? If not, then how do you get from the uv variable to separate u and v ?
"one must create velocity maps, with the 'mesh' command,"
That is difficult to do, as I indicated in your other post. Please post an image of what you would expect the mesh to look like.
It would probably make more sense to use quiver() or quiver3()
Miriã Gollmann
2018 年 6 月 17 日
dpb
2018 年 6 月 17 日
I reiterate; you'd make it a lot simpler if you would just attach a .mat file with representative sample of the data...
And the image isn't; you have go thru two-step process of selecting the file and then "insert image"; just selecting the file isn't enough for some unbeknownst reason... :(
Walter Roberson
2018 年 6 月 17 日
That is not a velocity map: velocity is a vector. That might be a speed map, but not a velocity map.
Miriã Gollmann
2018 年 6 月 17 日
回答 (0 件)
カテゴリ
ヘルプ センター および 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!