why I am not getting the plot
Afficher commentaires plus anciens
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.
Réponses (1)
KALYAN ACHARJYA
le 2 Avr 2021
0 votes
y all values are inf
2 commentaires
KALYAN ACHARJYA
le 2 Avr 2021
Modifié(e) : KALYAN ACHARJYA
le 2 Avr 2021
Update: See the exp(within data elements), it gives exponential results very large numbers, going to infinity.

Read more here
vipesh singh
le 4 Avr 2021
Catégories
En savoir plus sur Scatter Plots dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!