Problem with computeInitialWeights function
1 次查看(过去 30 天)
显示 更早的评论
Good morning, I'm trying to run the code from this article
but I have the following error
Unrecognized function or variable 'computeInitialWeights'.
Could you help me? Am I missing a specific toolbox?
Thank you.
0 个评论
回答(1 个)
Steven Lord
2025-5-7
Open the example in MATLAB or MATLAB Online using the appropriate button in the upper-right corner of the example. [To open in desktop MATLAB, copy the command and paste it into MATLAB.] Assuming you have Financial Toolbox installed, MATLAB will open the folder containing that example. The helper function computeInitialWeights should be in that folder. If you can't open the example (you don't have the toolbox installed) look in the Local Functions section of that page for the code for that helper function.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!