Hi there, I have a 6 x 83430 matrix. I want a 1 x 83430 matrix which has the best fit.

Antworten (1)

Wayne King
Wayne King am 30 Mai 2012

0 Stimmen

It seems you want to summarize the 6 values in each column of the matrix. How about just using mean()?
x = randn(6,83430);
x = mean(x);

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 30 Mai 2012

Community Treasure Hunt

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

Start Hunting!

Translated by