How can I make 3D imagesc figure?

10 views (last 30 days)
Sajeer Modavan
Sajeer Modavan on 11 Jun 2019
Commented: Sajeer Modavan on 17 Jun 2019
I want draw the 3D wind field like this, How can plot it if I have down, cross, vertical wind components
Capture.PNG

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 17 Jun 2019
meshc() can be employed to plot with the given x, y, z data.
  1 Comment
Sajeer Modavan
Sajeer Modavan on 17 Jun 2019
Can you show an example. imagesc is the style I want, but I am able to make only one plane, other two how can I add

Sign in to comment.

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!