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.

 Respuesta aceptada

Vishal Bhutani
Vishal Bhutani el 11 de En. de 2019

0 votos

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 comentario

Chantal Hajjar
Chantal Hajjar el 13 de En. de 2019
Thank you for your concern. It is the 2018b version. The problem was resolved by reinstalling Matlab. Thank you

Iniciar sesión para comentar.

Más respuestas (1)

Greg Heath
Greg Heath el 11 de En. de 2019

0 votos

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

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2018b

Etiquetas

Preguntada:

el 8 de En. de 2019

Comentada:

el 13 de En. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by