How to make residuals and X & Y data dimension equal?

1 次查看(过去 30 天)
I am doing a polynomial curve fitting and I have x & y dimension are 1x20 but the residuals plot dimension i was getting is of 20x1....So i am not able to plot the residual plot in command line after saving ow to my fit. Plz tell how to make dim equal so that i can plot residuals?

采纳的回答

Mischa Kim
Mischa Kim 2014-1-31
Would just taking the transpose work? When a vec is nx1, then vec' is the equivalent 1xn vector.
  1 个评论
Abhishek
Abhishek 2014-1-31
Can u tell how it can be done in cftool? As residuals are in output block of fittedmodel of workspace...

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get 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