I plotted time series electricity load data in matlab and then used matlab "basic fitting" tools for best fitting. Now i require the values of the best fitted curve, is there a way to extract these values using a code or any other way??
조회 수: 2 (최근 30일)
이전 댓글 표시
I plotted time series electricity load data in matlab and then used matlab "basic fitting" tools for best fitting of the plotted data (as it represented many electricity load consumers in one plot). Now i require the values of the best fitted curve, is there a way to extract these values using a code or any other way??
댓글 수: 2
채택된 답변
dpb
2016년 9월 21일
Well, the ease of the tool comes at something of a price; it doesn't have the ability to automatically return everything you've done programmatically. What you can do is open the next panel in the UI (the big right arrow at the bottom and it then will let you save each fit in turn to variable struct in the workplace.
Or, you could step back and use the fitting tools in a command window and compute the various fits directly again using the exploratory work you've done to know what it is that need to compute/save.
댓글 수: 7
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!