Not enough input arguments

조회 수: 2 (최근 30일)
Sarah Smith
Sarah Smith 2019년 6월 17일
편집: Sarah Smith 2019년 6월 18일
What does not enugh input arguments mean when you run a code?
  댓글 수: 1
Star Strider
Star Strider 2019년 6월 17일
What line throws the error?

댓글을 달려면 로그인하십시오.

답변 (1개)

John D'Errico
John D'Errico 2019년 6월 17일
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.

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by