Black Body and plotting
Show older comments
Hi, everytime I run the following programme no plot comes up - grateful for any idea? I eventually need to build a programme to fit the planck function to a black body, any tips gratefully recieved.
W =[0:1:3000];
t=6000;
f=((1.19104*10^(-16))/(W^5))*(exp(0.014387769/(W*t))-1);
plot(W,f)
1 Comment
Robbie Baillie
on 19 Aug 2020
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown 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!