이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
this matlab file is designed to draw anomaly figures, the color of the colorbar is from blue to white and then to red, corresponding to the anomaly values from negative to zero to positive, respectively.
The color white always correspondes to value zero.
You should input two values like caxis in matlab, that is the min and the max value of color values designed. e.g. colormap(b2r(-3,5))
The brightness of blue and red will change according to your setting, so that the brightness of the color corresponded to the color of his opposite number
e.g. colormap(b2r(-3,6)) is from light blue to deep red
e.g. colormap(b2r(-3,3)) is from deep blue to deep red
I'd advise you to use colorbar first to make sure the caxis' cmax and cmin
Examples:
------------------------------
figure
peaks;
colormap(b2r(-6,8)), colorbar, title('b2r')
There is also a similar colorbar named darkb2r with colors much darker.
인용 양식
cunjie zhang (2026). b2r(cmin_input,cmax_input) (https://kr.mathworks.com/matlabcentral/fileexchange/36212-b2r-cmin_input-cmax_input), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: anomaly, Post-glacial rebound
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.2.0.0 | updated: Robert Beckman help to fix the bug when start point is zero, 2015-04-08.The bug exists when the absolute value of cmax and cmin is very near but not equal. |
||
| 1.1.0.0 | updated: Robert Beckman help to fix the bug when start point is zero, 2015-04-08. The bug exists when setted cmax and cmin is very near but not equal. |
||
| 1.0.0.0 |
