为什么newff函数无法识别

18 views (last 30 days)
禹垚 赵
禹垚 赵 on 6 Jun 2023
Edited: Abhishek on 11 Aug 2023
  1 Comment
Shivani
Shivani on 27 Jun 2023
Hi,
Can you please provide the complete code so that I can reproduce this issue at my end?

Sign in to comment.

Answers (1)

Abhishek
Abhishek on 11 Aug 2023
Edited: Abhishek on 11 Aug 2023
Hi 禹垚 赵,
I understand that you've been facing difficulty using the 'newff' function, as MATLAB seems to be unable to recognize it. The potential cause of the issue is that MATLAB cannot find a particular built-in function on the search path.
To resolve this issue, please follow the steps provided in the following article: https://in.mathworks.com/help/matlab/matlab_prog/resolve-error-undefined-function-or-variable.html
Also, I'd like to clarify that the 'newff' function has been deprecated, and the recommended alternative for creating a feed-forward backpropagation network is the 'feedforwardnet' function.

Categories

Find more on 环境和设置 in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!