Why do I recieve an error when trying to change the Line Width of a plot line?
Show older comments
I obtained a curve with the "Curve Fitter" App and in "Export Options" I chose "Generate a code".
When I try to modify the script just for changing the line width, the code doesn't run any more and returns an error.
Please can anyone help me to fix it? How can I change the line width?
Thank you!

Accepted Answer
More Answers (1)
Walter Roberson
on 1 Jul 2022
Edited: Walter Roberson
on 2 Jul 2022
0 votes
plot() of cfit or sfit objects is not the regular data plot() and does not support line width.
You might be able to locate lines after they are drawn and change their properties.
1 Comment
Klaudio Myrtaj
on 2 Jul 2022
Categories
Find more on Interpolation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!