1-Visitor
November 17, 2023
Solved
How to plot a smooth line for a cumulative function?
- November 17, 2023
- 2 replies
- 1841 views
I want to plot a smooth line (like in Excel) and found out I can use a sort of an f(x)=interp(lspline(x1,y),x1,y,x) function, but it's not plotting properly (does not cover the range of the values of x1 vector and goes outside the range on the left side of the graph). Although it plots alright with the x2 values. See attached Mathcad file.
Why is it so and how can I plot a smooth line for x1 values?


