Visible Wavelength plot

It is plot in which wavelength represented by its color.
7 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 (2024). Visible Wavelength plot (https://www.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

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
9.8