Visible Wavelength plot

It is plot in which wavelength represented by its color.

You are now following this Submission

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 .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
9.8