Visible Wavelength plot
Version 9.8 (1.1 KB) by
baljit singh
It is plot in which wavelength represented by its color.
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 LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 9.8 |
