Problem with Fitnet function

whenever I run fitnet function (net=fitnet(10)), I obtain an error : Not enough input arguments. I have Matlab 2018 educational version with all toolboxes installed.

 采纳的回答

Vishal Bhutani
Vishal Bhutani 2019-1-11

0 个投票

Based on my understanding while executing command >>net = fitnet(10) an error occured. I tried that command in MATLAB R2018b and it is working for me.
Can you specify in which MATLAB version you are executing the command? And also share the screenshot of the error.
Hope it helps.

1 个评论

Thank you for your concern. It is the 2018b version. The problem was resolved by reinstalling Matlab. Thank you

请先登录,再进行评论。

更多回答(1 个)

Greg Heath
Greg Heath 2019-1-11

0 个投票

Delete the outer parentheses
>> ( net = fitnet(10) ) % ERROR
>> net = fitnet(10) % OK
!!! Thank you for formally accepting my answer !!!
Greg

类别

帮助中心File Exchange 中查找有关 Deep Learning Toolbox 的更多信息

产品

版本

R2018b

标签

Community Treasure Hunt

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

Start Hunting!

Translated by