フィルターのクリア

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??

3 ビュー (過去 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 件のコメント
KSSV
KSSV 2016 年 9 月 21 日
編集済み: KSSV 2016 年 9 月 21 日
What fitting you have used? Very much you can get extract the values. You have to mention your code so that we can see what you have used.
zafar khan
zafar khan 2016 年 9 月 21 日
Unfortunately, I do not have any code. What i did is simply opened the figure and used the "Tools" tab to open "basic fitting" tool. From this tool I used different fits including different polynomials and interpolations (obviously i had many figures so each one had a different fit). Now i need the fitted curves values but do not know how to extract them as there are large number of fits that I require values of and manually taking the values using data cursor will take me months to complete it.

サインインしてコメントする。

採用された回答

dpb
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 件のコメント
zafar khan
zafar khan 2016 年 12 月 28 日
I have tried it and it worked for me. Thank you very much once again.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Curve Fitting Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by