How can I have an "input argument" error without input ?

1 回表示 (過去 30 日間)
Antoine Devingt
Antoine Devingt 2016 年 5 月 2 日
回答済み: Antoine Devingt 2016 年 5 月 4 日
I have an issue with an "input argument" error but my function doesn't take any input. Can someone help me about it ?
  1 件のコメント
Stephen23
Stephen23 2016 年 5 月 2 日
Please show us the complete error message, this means all of the red text (and not just the bits that look interesting to you).
Also show us exactly how you are *calling your function.

サインインしてコメントする。

回答 (2 件)

Dave Behera
Dave Behera 2016 年 5 月 3 日
Can you show the function definition and the error? Are you sure you don't have multiple functions with the same name and that your function's name does not match a MATLAB built-in function?

Antoine Devingt
Antoine Devingt 2016 年 5 月 4 日
I found the solution. I just needed to add this.@function into fmincon to don't get this error. Thanks for the help.

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by