Creating a blank figures
Show older comments

I do not know why this script is not producing a line (only plots the two axis)?
Answers (1)
YT
on 5 Feb 2019
0 votes
You should put the hold on; before the plot(Lam, Transmittance). I suggest also to put hold off; after the end of your for-loop.
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!