what the difference between the following two figures by specgram

Hi;
The following two figures are plot by using (specgram) function. They have a same frequency values but they're different in color. My question: Are they difference? what mean this difference? What the cause of different color? Can I make the same color for both?
please help me and thank you for answer......

답변 (1개)

Dishant Arora
Dishant Arora 2014년 3월 15일
As far as I know they have different colormaps, probably second is jet colormap and first seems to be coustmized.
doc colormap
Ans yes you can make them same:
map = get(figure1Handle ,'Colormap')
set(figure2Handle , 'Colormap' , map)

카테고리

도움말 센터File Exchange에서 White에 대해 자세히 알아보기

태그

질문:

2014년 3월 15일

답변:

2014년 3월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by