Colormap Slider (Creator)

버전 1.1.0.0 (30.6 KB) 작성자: Haroon
Interactive colormap slider + creator
다운로드 수: 955
업데이트 날짜: 2015/4/13

라이선스 보기

% COLORMAP_SLIDER as the name suggests is an colormap slider that is more
% dynamic, time-efficient way to change the colormap values dynamically
% and directly from MATLAB. Define your own colormaps or alternatively
% very useful for real-time colormap changes to your graphs with load and
% save functionality. (RGB values only)
%
% inspiration from : http://colormap.org/
% This program can be used in mainly two ways
% (1) standalone - create your own colormaps
% (2) with figure - modify in real-time colormaps
%
% HOW TO USE:
% note: run the demo files for examples
% demo_ex1.m, demo_ex2.m, globegui.m
%
% COLORMAP_SLIDER standalone change of colormap
%
% COLORMAP_SLIDER (handle_obj):
% handle_obj - the axis or figure handle to get colormap from
% EXAMPLES : colormap_slider(gcf); colormap_slider(gca)
%
% COLORMAP_SLIDER (handle_obj, OPTIONS)
% current available options
% '-force-partition'
% forces the line paritition to automatically guess the point
% of colormap changes if possible
% '-max-rgb-lines', #{number}
% The max number of RGB moveable lines to begin with.
% Need to follow parameter with a #{number}
% If this option is not included, will automatically place upto 10
% RGB movable lines (+ 2 edges)
% '-set-colormap', #{colormap}
% Change colormap from the original default one
% COLORMAP_SLIDER('-set-colormap',winter(64))
% COLORMAP_SLIDER(gcf,'-set-colormap',summer)
%
%
% History
% 2015/04/13: v1.00, 1st version. note empty space is for further future functionality.
%
% Author: Haroon Arshad 15/03/2015
% any questions please email haroon.arshad@live.co.uk
% Website(s) + blog: haroonarshad.co.uk, haroonarshad.co

인용 양식

Haroon (2024). Colormap Slider (Creator) (https://www.mathworks.com/matlabcentral/fileexchange/50491-colormap-slider-creator), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Colormaps에 대해 자세히 알아보기
도움

받음: String Toolkits

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

v1.01, fixed issue of lost handles to deleted RGB marker object when in 'remove line'. Corrected issue in demo_ex1.m file

1.0.0.0