Is there any way to put a nlinfit function in a for loop?

1 Ansicht (letzte 30 Tage)
Ashkan Rigi
Ashkan Rigi am 14 Nov. 2021
Kommentiert: Sargondjani am 14 Nov. 2021
Hello every body. Is there any way to put a nlinfit function in a for loop?
  2 Kommentare
Star Strider
Star Strider am 14 Nov. 2021
Yes.
Please be a bit more specific about the application and desired result. (With all due respect, an ambiguous question will produce only an ambiguous answer.)
Sargondjani
Sargondjani am 14 Nov. 2021
Please be more specific? Are your Y's different data sets, or your X's, or both?
Assume X are 2D matrices stored in a 3D array, and Ys as column vectors in a 2D matrix:
for ii = 1:nn
beta(:,ii) = nlinfit(X(:,:,ii),Y(:,ii),modelfun,beta0)
end
where you should pre-allocate beta.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by