Superposition of contour and contourf

Hello,
I have two matrices of same dimensions. One can only contain three types of numbers (either 1 or 2 or 3). This matrix serves me to draw the boundaries of my system with the function contour (X, Y, domains). I use a personal colorbar with only three colors (white, girs, black).
The second is a matrix that contains the electric field and a much larger values (from 0 to 1500). I trace with contourf (X, Y, field). I need, in order to see clearly, more than 3 color. So I would like to use the colorbar (jet) for this curve.
The problem is that I want to superimpose the two curves, and if I do: hold on; colorbar (mycolorbar); contour (X, Y, domains, 2); colorbar (jet); contourf (X, Y, field); The jet colorbar applies to both, and I do not see the features of the contour function (X, Y, domains, 2).
Do you know how can I do?
Thank you and good day

Antworten (2)

Patrick Kalita
Patrick Kalita am 21 Okt. 2011

0 Stimmen

The issue arises from the fact that the colormap is a per figure (as opposed to per axes or per object) property. This support document outlines one way to try to work around the issue, but I'll admit it is rather complicated. You can also have a look at freezeColors on the File Exchange.
Rémi BERTRAND
Rémi BERTRAND am 16 Okt. 2018

0 Stimmen

You can just add "hold on"

Kategorien

Mehr zu Contour Plots finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 21 Okt. 2011

Beantwortet:

am 16 Okt. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by