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 commentaire

Robbie Baillie
Robbie Baillie le 19 Août 2020
Thank you for reply - the plot comes up now - but does not have anything actually plotted - any ideas why?

Connectez-vous pour commenter.

 Réponse acceptée

KSSV
KSSV le 19 Août 2020

0 votes

W =[0:1:3000];
t=6000;
f=((1.19104*10^(-16))./(W.^5)).*(exp(0.014387769./(W*t))-1);
plot(W,f)

2 commentaires

Robbie Baillie
Robbie Baillie le 19 Août 2020
Thank you for reply - the plot comes up now - but does not have anything actually plotted - any ideas why?
KSSV
KSSV le 19 Août 2020
Check the formula, check the values..

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by