You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This function enables to plot multiple datas with changing colors. It generates a array of colors in a area and can be adjusted as belows:
The function is function [ColSpec] = ColSpec(a,q,value,start,m,k,inv)
%Therefor "a" defines the amount of different colors
% "q" ist the qth value which is created
% "value" defines how far the sweep should be. So for value = 1
% the sweep goes form red to yellow to green to blue to violett.
% "inv" inverts the colors beginning from blue to green to red for any value but 0.
%start is the value at which color you want to start.
%start = 0 --> red
%start = 0.5 --> yellow
%start = 1 --> green
%start = 1.5 - 2 --> brigthblue
%start = 2.5 --> darkblue
%start = 3 --> pink
%m and q handels the brigthness of th curve
Cite As
Ingo Hermann (2026). ColorSpectrum (https://au.mathworks.com/matlabcentral/fileexchange/57756-colorspectrum), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (1.82 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
