why I am not getting the plot

1 次查看(过去 30 天)
vipesh singh
vipesh singh 2021-4-2
编辑: darova 2021-4-4
Hi All,
I want to plot y=f(x) with the following matlab code
close all
a=7.1061*10^-4;
b=.0794;
r=.0128;
L=1;
x = 1:0.001:50;
y=exp(exp((x.^(-r)-b)/a));
plot(x,y,'o')
But i m not getting plot plz help me in this regard.

回答(1 个)

KALYAN ACHARJYA
KALYAN ACHARJYA 2021-4-2
y all values are inf
  2 个评论
KALYAN ACHARJYA
KALYAN ACHARJYA 2021-4-2
编辑:KALYAN ACHARJYA 2021-4-2
Update: See the exp(within data elements), it gives exponential results very large numbers, going to infinity.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by