i was just wondering if they was any way i could put a linear fit line and get its data from stackedplot? I am plotting about 60 graphs so using stackedplot makes it really easy but can't find anything in the help section;
This is a part of my graph where TT_Montlymin,max,mean are 432x3 timetable
%This sets them all together (Max,Min,Mean)
tt=synchronize(TT_Monthlymin,TT_MonthlyMax,Monthlymean);
%this plots them all (Max,Min,Mean)
stackedplot(tt)
2 Comments
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/659823-stackedplot-and-linear-fit#comment_1156268
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/659823-stackedplot-and-linear-fit#comment_1156268
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/659823-stackedplot-and-linear-fit#comment_1157063
Direct link to this comment
https://se.mathworks.com/matlabcentral/answers/659823-stackedplot-and-linear-fit#comment_1157063
Sign in to comment.