Info

This question is closed. Reopen it to edit or answer.

how to use Countinuous Skewed to fit?

1 view (last 30 days)
mohamad khazaeezade
mohamad khazaeezade on 6 Jul 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
hello i have this data:
x=[0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5 6];
y=[0 3 8 23 18 13 10 7 5 3 2 1 0];
plot(x,y)
for this curve i want to draw InverseNormal curve fitting (for example) how i can do this?

Answers (0)

Community Treasure Hunt

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

Start Hunting!