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 CenterFile Exchange에서 Introduction 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