Colormap Slider (Creator)

Versión 1.1.0.0 (30,6 KB) por Haroon
Interactive colormap slider + creator
955 descargas
Actualizado 13 abr 2015

Ver licencia

% 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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Colormaps en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: String Toolkits

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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