Error in nlinfit function
Afficher commentaires plus anciens
I want to execute a code to calculate Largest Lyapunov Exponent in time series. There is a "nlinfit" function in my m-file, but the result is this error:
Error using nlinfit (line 239)
No usable observations after removing NaNs in Y and
in the result of evaluating MODELFUN at the initial
value BETA0.
Error in lyaprosen (line 377)
beta =
nlinfit(K(1:Tl),L(1:Tl),@nonlin1,[betar;randn(1,1)]);
I searched this error, but there was not any results. Can anyone help me to solve this issue?
Thanks; Peyman
4 commentaires
the cyclist
le 11 Fév 2016
Are you able to post your code and a small subset of data that will allow us to generate this error for ourselves?
Peyman Ghasemi
le 12 Fév 2016
the cyclist
le 14 Fév 2016
I was not able to run your code. I get the error
dist is not included in your installed products. These products offer 'dist':
Neural Network Toolbox
Error in lyaprosen (line 106)
Dmm=dist(EEMmm(:,1:k)');
I may still be able to help. If you halt your code just before the call to nlinfit [line 377 of lyaprosen], and save those variables into a *.mat file, then you could upload the file here and I could just load the variables and run the command.
Peyman Ghasemi
le 14 Fév 2016
Réponse acceptée
Plus de réponses (1)
Peyman Ghasemi
le 26 Mai 2016
Modifié(e) : Peyman Ghasemi
le 26 Mai 2016
1 vote
1 commentaire
Aaron Best
le 3 Juin 2019
Hi Peyman,
I am running into the same error could you please go into a little more detial about how you solved this problem?
Catégories
En savoir plus sur Matrix Computations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!