Visible Wavelength plot

It is plot in which wavelength represented by its color.
9 Downloads
Updated 19 Jun 2021

View License

x=400:.1:750;
x=[x];
y=0:0.1:1;
y=[y];
z=0:(1/3500):1;
z=repmat(z,11,1);
pcolor(x,y,z);
shading interp;
colormap('jet')

Cite As

baljit singh (2026). Visible Wavelength plot (https://in.mathworks.com/matlabcentral/fileexchange/94415-visible-wavelength-plot), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
9.8