How to plot 3 different data in contour or pcolor ?
Afficher commentaires plus anciens
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 commentaires
Ameer Hamza
le 25 Mai 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
le 25 Mai 2020
Ameer Hamza
le 26 Mai 2020
Can you attach the data in a .mat file? It will make it easy to understand the question.
Jeevan Kumar Bodaballa
le 26 Mai 2020
Modifié(e) : Jeevan Kumar Bodaballa
le 26 Mai 2020
Ameer Hamza
le 26 Mai 2020
something like this?
p = pcolor(dt, nw_bin, sizdist)
shading interp
xlabel('x');
ylabel('y');
colorbar
Jeevan Kumar Bodaballa
le 1 Juin 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Contour Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!