ERROR : Not enough input arguments

2 Kommentare

CJ Vaughn
CJ Vaughn am 12 Feb. 2021
Bearbeitet: CJ Vaughn am 12 Feb. 2021
Hi Antonino,
Can you share the line of code which calls the function startupFcn?
Antonino Marino
Antonino Marino am 12 Feb. 2021
app.ruolo = arg

Melden Sie sich an, um zu kommentieren.

Antworten (1)

CJ Vaughn
CJ Vaughn am 12 Feb. 2021
Bearbeitet: CJ Vaughn am 12 Feb. 2021

0 Stimmen

Hi Antonino,
Based on the comments in the provided code, it looks like you are using App Designer.
When designing an application using App Designer, it is possible to specify input arguments needed to run the application. The following line indicates that there is one input argument (arg) for this application.
function startupFcn(app, arg)
To enter input arguments, expand the drop-down list from the Run button in the toolstrip. In the second menu item, specify comma-separated values for each input argument. The app runs after you enter the values and press Enter.
For more information on creating and working with input arguments, please see the documentation here:

4 Kommentare

Antonino Marino
Antonino Marino am 12 Feb. 2021
yes, but how many arguments do I have to put?
CJ Vaughn
CJ Vaughn am 12 Feb. 2021
This application has one argument.
Image Analyst
Image Analyst am 12 Feb. 2021
How many arguments does your app need? Supply everything that is needed to run it, whether that is 1 or 2 or 5 or whatever. We don't know but you should.
Antonino Marino
Antonino Marino am 12 Feb. 2021
where can i see how many arguments my app requires?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 12 Feb. 2021

Kommentiert:

am 12 Feb. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by