What release are you using? If you're using a release prior to release R2014b, you will need to use set to change the properties of the line returned by plot rather than the dot notation that will only work in release R2014b or later.
fitting code from cftool
2 次查看(过去 30 天)
显示 更早的评论
I used a cftool to create a code to fit my data. I want to use linewidth of 2 points. when I used
figure( 'Name', 'untitled fit 1' );
h = plot( fitresult2, 'b'); h.LineWidth=2;
I got an error of
Warning: Struct field assignment overwrites a value with class "double". See MATLAB R14SP2 Release Notes, Assigning Nonstructure Variables As Structures Displays Warning, for details.
and the linewidth does not change. I need it for my lab work. any help will be appreciated.
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interpolation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!