Problem with Fitnet function

3 ビュー (過去 30 日間)
Chantal Hajjar
Chantal Hajjar 2019 年 1 月 8 日
コメント済み: Chantal Hajjar 2019 年 1 月 13 日
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 日
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 件のコメント
Chantal Hajjar
Chantal Hajjar 2019 年 1 月 13 日
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 日
Delete the outer parentheses
>> ( net = fitnet(10) ) % ERROR
>> net = fitnet(10) % OK
!!! Thank you for formally accepting my answer !!!
Greg

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by