Not enough input arguments

2 visualizaciones (últimos 30 días)
Sarah Smith
Sarah Smith el 17 de Jun. de 2019
Editada: Sarah Smith el 18 de Jun. de 2019
What does not enugh input arguments mean when you run a code?
  1 comentario
Star Strider
Star Strider el 17 de Jun. de 2019
What line throws the error?

Iniciar sesión para comentar.

Respuestas (1)

John D'Errico
John D'Errico el 17 de Jun. de 2019
What is the purpose of that line? Lets see...
help square
'square' requires Signal Processing Toolbox.
So, assuming that you have the SP toolbox, the error message says that you are not calling square properly, since it is apparently a function that requires arguments.
Or, perhaps you wrote something called square of your own. We don't know what was your intent on that line, merely that you nee to use it properly.

Community Treasure Hunt

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

Start Hunting!

Translated by