How to make residuals and X & Y data dimension equal?
1 view (last 30 days)
Show older comments
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 Comments
Accepted Answer
Mischa Kim
on 31 Jan 2014
Would just taking the transpose work? When a vec is nx1, then vec' is the equivalent 1xn vector.
More Answers (0)
See Also
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!