why I am not getting the plot
이전 댓글 표시
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
2021년 4월 2일
0 개 추천
y all values are inf
댓글 수: 2
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.

Read more here
vipesh singh
2021년 4월 4일
카테고리
도움말 센터 및 File 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!