How can I make a graph like this ?

Hello I need to draw graph like this
but I don't use matlab well...
So I need your help
I have many color data too
Can you tell me What I need to study function of matlab ?
or function

1 Comment

If you have data you can try griddata. It create monotonic ordered data, use it to build a contour

Sign in to comment.

Answers (1)

Hello,
You can use the subplot functionality to create a grid and add different plots such as contour, surf, plot etc. as necessary to the corresponding grid. You can see the different plot functinalities in this link.

Products

Tags

Asked:

on 7 Jun 2021

Answered:

on 30 Dec 2021

Community Treasure Hunt

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

Start Hunting!