How to make residuals and X & Y data dimension equal?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Mischa Kim
il 31 Gen 2014
Would just taking the transpose work? When a vec is nx1, then vec' is the equivalent 1xn vector.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Interpolation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!