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

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?

 Accepted Answer

Would just taking the transpose work? When a vec is nx1, then vec' is the equivalent 1xn vector.

1 Comment

Can u tell how it can be done in cftool? As residuals are in output block of fittedmodel of workspace...

Sign in to comment.

More Answers (0)

Categories

Tags

Asked:

on 31 Jan 2014

Commented:

on 31 Jan 2014

Community Treasure Hunt

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

Start Hunting!