matlab
This is an old revision of the document!
Matlab
These lines of code help make a better looking plot that can be exported for a notebook or a publication.
plot(x,y2,'LineWidth',1.5); %make curve thicker than default
axis([3 35 0 34])
set(gca,'linewidth',1.5) %make axis lines thicker than default
xlabel('wavelength')
ylabel('intensity')
set(gca,'FontSize',20) %make text bigger than default
matlab.1691620358.txt.gz · Last modified: 2023/08/09 15:32 by ethanminot
