How to plot 3 different data in contour or pcolor ?
Show older comments
I have three different data
- Time steps = 1X108 (should be in X-axis)
- Data1 = 36X108 (should be in Y-axis(left))
- Data2 = 36X108 (should be display in colour/countour/pcolor)
Now I want to plot temporal plot (colour plot ) like the image I attached
6 Comments
Ameer Hamza
on 25 May 2020
Is data1 on y-axis 36x108 or 36x1? If it is 36x108, then is it in the form of a grid?
Jeevan Kumar Bodaballa
on 25 May 2020
Ameer Hamza
on 26 May 2020
Can you attach the data in a .mat file? It will make it easy to understand the question.
Jeevan Kumar Bodaballa
on 26 May 2020
Edited: Jeevan Kumar Bodaballa
on 26 May 2020
Ameer Hamza
on 26 May 2020
something like this?
p = pcolor(dt, nw_bin, sizdist)
shading interp
xlabel('x');
ylabel('y');
colorbar
Jeevan Kumar Bodaballa
on 1 Jun 2020
Accepted Answer
More Answers (0)
Categories
Find more on Contour Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!