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?
0 个评论
采纳的回答
Mischa Kim
2014-1-31
Would just taking the transpose work? When a vec is nx1, then vec' is the equivalent 1xn vector.
更多回答(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!