why my graph is blank ?

1 次查看(过去 30 天)
Khor Chun Sheng
Khor Chun Sheng 2020-7-4
a = 0.473e-3;
b = 636;
Eo = 1.12;
T = 300;
Eg = Eo-(a*(T^2)/(T+b));
t = 25:25:500;
Ega = 1.12-((0.473e-3)*(t.^2)/(t+636));
plot(t,Ega)
xlabel('temperature')
ylabel('energy band gap')
title('graph')
Eg

回答(1 个)

madhan ravi
madhan ravi 2020-7-4
  2 个评论
Khor Chun Sheng
Khor Chun Sheng 2020-7-4
omg thank you so much man really appreaciate it , ive been looking for the answers for so long

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Graph and Network Algorithms 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by