Undefined function or command newff

조회 수: 16 (최근 30일)
Yunzi
Yunzi 2023년 1월 6일
편집: Rik 2023년 1월 6일
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.

답변 (1개)

Rik
Rik 2023년 1월 6일
편집: Rik 2023년 1월 6일
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.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by