Undefined function or command newff

I can't find any doc about function newff(). It doesn't give me any tips when I typed "newff" in the live script. And it just tell me what I typed is an undefined function.So confusious!!! I knew it exist but I just can't find it.

Respuestas (1)

Rik
Rik el 6 de En. de 2023
Editada: Rik el 6 de En. de 2023

0 votos

The newff function did indeed exist (in the Neural Network Toolbox).
According to this answer it became obsolete in 2010, although it remained available for some time after that. This is typical for Matlab: most obsolete functions will stay usable for several years to give people time to implement the replacement.
I can't find any mention in the release notes about this function. The online release notes go back 5 years, so it was removed prior to R2017b.
It appears to still exist in the nnet Octave package, but you should find the replacement function, which seems to be feedforwardnet.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2022b

Preguntada:

el 6 de En. de 2023

Editada:

Rik
el 6 de En. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by