what is fnn (not FNN)

I'm trying to use function [LaypExpnt]=lyaprosen(y,dt)8 var from the https://ideas.repec.org/c/boc/bocode/t741502.html
it has function fnn that causes: fnn Unrecognized function or variable 'fnn
I cannot find ANY reference to fnn in Matlab HELP, but it seems to be legitimate (not a typo...)
can anyhone help me understand this?
THANK YOU

1 Comment

Could you please provide the code in which you are using "lyaprosen" function, so that we can investigate the case further?

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 4 Oct 2023

0 votes

The code for function fnn starts from line 228 of the file you indicated.
The code appears to work when I test in R2023b -- provided, that is, that the signal is more than 250 entries (larger if the provided dt is small enough.)

Categories

Products

Release

R2022a

Asked:

Don
on 15 Jun 2022

Answered:

on 4 Oct 2023

Community Treasure Hunt

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

Start Hunting!