Plot comulative weibull distribution function in matlab from xsl data set

1 次查看(过去 30 天)
Greetings all,
I am trying to plot the CDF for weibull distribution function from an XSL data set. I couldn’t and I am not sure if there is any kind of test for the data prior using the weibull
Thx

回答(1 个)

Akash
Akash 2023-11-2
Hi Basim,
I understand that you are trying to plot the Cumulative Distribution Function (CDF) for a ‘Weibull distribution’ function using an XSL data set.
To create the CDF for the ‘Weibull distribution’, you can utilize the “cdf(name, x, A)” function, where 'name' is set to 'wbl' to indicate the ‘Weibull distribution’, 'x' represents the values at which the CDF is evaluated, and 'A' denotes the distribution parameter.
You can plot the CDF using the plot(x, p) function, where 'x' represents the values at which the CDF is evaluated, and 'p' represents the calculated CDF values.
I recommend referring to the following documentation link for more detailed information on using the cdf function and working with the Weibull distribution: -
I hope it helps,
Thanks and regards,
Akash.

Community Treasure Hunt

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

Start Hunting!

Translated by