Home > By category > Scripts >Development Tools > Vivid Colormap



Vivid Colormap

  • Downloads: 
  • Views: 
  • Rating:

VIVID Creates a Personalized Colormap
VIVID(...) Creates a colormap with custom settings

Inputs:
M - (optional) an integer between 1 and 256 specifying the number of colors in the colormap. Default is 128.
MINMAX - (optional) is a 1x2 vector with values between 0 and 1 representing the intensity range for the colors, which correspond to black and white, respectively. Default is [0.15 0.85].
CLRS - (optional) either a Nx3 matrix of values between 0 and 1 representing the desired colors in the colormap
-or-
a string of characters that includes any combination of the following letters:
'r' = red, 'g' = green, 'b' = blue
'y' = yellow, 'c' = cyan, 'm' = magenta
'o' = orange, 'l' = lime green, 'a' = aquamarine
's' = sky blue, 'v' = violet, 'p' = pink
'k' or 'w' = black/white/grayscale

Outputs:
CMAP - an Mx3 colormap matrix

Example:
% Default Colormap
imagesc(sort(rand(200),'descend'));
colormap(vivid); colorbar

Example:
% Mapping With 256 Colors
imagesc(peaks(500))
colormap(vivid(256)); colorbar

Example:
% Mapping With Full Intensity Range
imagesc(peaks(500))
colormap(vivid([0 1])); colorbar

Example:
% Mapping With Light Colors
imagesc(peaks(500))
colormap(vivid([.5 1])); colorbar

Example:
% Mapping With Dark Colors
imagesc(peaks(500))
colormap(vivid([0 .5])); colorbar

Example:
% Mapping With Custom Color Matrix
imagesc(peaks(500))
clrs = [.5 0 1; 0 .5 1; 0 1 .5; .5 1 0; 1 .5 0; 1 0 .5];
colormap(vivid(clrs)); colorbar

Example:
% Mapping With Color String
imagesc(peaks(500))
colormap(vivid('pmvbscaglyor')); colorbar

Example:
% Colormap With Multiple Custom Settings
imagesc(sort(rand(300,100),'descend'));
colormap(vivid(64,[.1 .9],'bwr')); colorbar

Example:
% Topo Colormap
load topo;
imagesc(topo); axis xy; caxis([-6000 6000])
colormap(vivid('bg')); colorbar

Free download from Shareware Connection - VIVID Creates a Personalized Colormap

Publisher: Joseph Kirk | License: Shareware
Version: 1.0 | Size: 10 KB | Platform: Matlab, Scripts
Released Date: 12-01-2013 | Rating: 0 | Title: Vivid Colormap

Author Url: http://www.mathworks.com/
Program Info Url: http://www.mathworks.com/
Download Url: http://www.mathworks.com/matlabcentral/fx_files/20848/4/vivid.zip

More downloads from Vivid Colormap publisher Joseph Kirk:

Traveling Salesman Problem - Nearest Neighbor Script - This MATLAB script finds a near-optimal solution to a TSP using Nearest Neighbor algorithm

Multiple Variable Traveling Salesmen Problem - Genetic Algorithm Script - This MATLAB script finds a near-optimal solution to a variation of the Multiple Traveling Salesman with variable number of salesmen using a genetic algorithm

Dijkstra's Shortest Path Algorithm - Find the shortest path and distance from a starting node to an ending node on a map

Advanced Dijkstra's Minimum Path Algorithm - DIJKSTRA Calculate Minimum Costs and Paths using Dijkstra's Algorithm

Dragon Curve (aka Jurassic Park Fractal) - The Dragon Curve is a fractal that was made famous in Jurassic Park, a novel by Michael Crichton.

Vivid Colormap keywords:
Vivid Colormap related downloads:

Blue-orange Colormap (esa colormap) - A colormap with colors orange-white-light blue

usercolormap - USERCOLORMAP(COLOR1,COLOR2,COLOR3,...) creates a colormap with colors specified by 1x3 vectors (COLOR1, COLOR2, COLOR3...).

freezeColors / unfreezeColors - There is only one colormap per figure, so all plots share the same colormap

colorGradient: generate custom linear colormaps - User can generate a custom linear colormap giving 2 colors and colormap depth.

Flip_Themes_Package_Spread_Vivid - Spread Vivid Themess designed on bright and vivid images use in Flip tools

Shareware Connection periodically updates pricing and software information of 'Vivid Colormap' from company source 'Joseph Kirk' , so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft,  Using 'Vivid Colormap' crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Vivid Colormap.

New Reviews

MagiX Video Pro - For PC users, there is no shortage of software to edit video. However, not all video editors come with the required features and versatility to edit complex projects and deal with several gigabytes of HD content easily. The high end video editors ...

Poser - The concept of 3D animation and modeling may seem amazing to the viewers but those who are into the industry know it is no cakewalk. Majority of 3D animation and modeling software known for some of the amazing animations and CGI work in films ...

RawTherapee - There are so many image editors out there but when it comes to powerful and versatile RAW file editors, the choices are somewhat limited. With Adobe switching to Cloud-based subscriptions for most of its apps, semiprofessional users including ...

Auslogics BitReplica - With storage capacity and options going up with time, PC users have got numerous options to back up their important data, whether you need to store your music, movie collection or other types of data safely, using the PC’s HDD may not be ...

WebSite X5 Evolution 10 - Web designing has evolved lot compared to the early days of the internet. You can pick from a number of web design apps and frameworks that take away the pain of manual coding and debugging to a large extent. Even then, it may be necessary to ...

CyberGhost VPN - There are so many ways available to browse the web nowadays. You can use a plethora of devices and pick from various service providers to get online. However, tech savvy users resort to additional measures to access the internet without being ...

DriverPack Solution Professional - To keep your laptop or desktop performing well consistently, it is important to pay attention to some aspects. Using top antivirus utility, cleaning up junk feels periodically are some such examples. However, you also need to keep drivers of ...

ProAnimator - In Post production setups and 3D animation studios, using specialized CG and special effects app becomes a necessity. ProAnimator is a feature rich 3D design application targeted at motion graphics sector. It is ideal when you want to add some ...

Perfect Photo Suite Premium Edition - For comprehensive image editing and web designing, millions of professionals use Adobe’s powerhouse and industry leading app, namely Photoshop. While Photoshop continues to be the darling of millions for advanced image retouching and ...

Norton Zone - With a lot of your data being stored in some cloud service or other, it becomes necessary after a point to zero in on any one service rather than using many at the same time. As it is, major software companies are resorting to cloud based service ...




New Downloads

SoundTaste Audio Converter

This program is a
professional, fast and
easy-to-use audio conversion
utility to help you convert
many audio files in ...

Thureus HMIBuilder

HMI supports industrial
OPC/DDE servers and visualizes
the real-time data on the
graphic canvas. The canvas can
be ...

Cropping an Image with
resizable and draggable
rectangle

Crops the Image from a
resizable & draggable
rectangle

Finite Volume Poisson
Solver

C-Library & Matlab Toolbox
implement a numerical solution
of Poisson equation

PostLinks

(Beta) An extension of Fields,
a custom field management
plugin.

HDcms

HDcms is a content managment
system designed to be simple
and easy to use.

Accelerated Particle Swarm
Optimization

This is an accelerated PSO
(APSO), developed by Xin-She
Yang in 2008

Alien Voices using the
Texas Instruments C5000 and
C6000 DSP

Two complete applications in
C, one for the Texas
Instruments C5000 fixed-point
processor and the other for
the TI C6000 ...

Alamouti Scheme with GUI

Alamouti Scheme with GUI
performs Monte-Carlo
simulation and estimates BER
of Alamouti Scheme over
Rayleigh channel.

num2sci

Works just like num2str except
will print with formatting in
SI prefix notation and
(optional) units and precision

Hausdorff Distance

The Hausdorff Distance is a
mathematical construct to
measure the "closeness" of two
sets of points that are
subsets of a ...

Roaming Cursor for Graphics
and Animations

Roaming Cursor script presents
a cursor image that moves on a
random path.