Input Arguments

25 views (last 30 days)
DRAN
DRAN on 31 Aug 2011
Moved: Rik on 16 Aug 2022
I am working with MatLab and Simulink. Whenever I run a Simulink model I get an incorrect number of input arguments as the error. my .m file is named makeWhirlyBird. The first function inside the .m file is makeWhirlyBird(u). My interpreted Matlab Function is also makeWhirlyBird(u). and my model is called makeWhirlyBird.mdl. I cannot find a reason for this to happen. Thank You.

Answers (1)

DRAN
DRAN on 31 Aug 2011
Moved: Rik on 16 Aug 2022
The reason is the .m file and the .mdl file cannot be named the same
  1 Comment
Felipe
Felipe on 3 Sep 2014
Moved: Rik on 16 Aug 2022
thanks!

Sign in to comment.

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!