Effacer les filtres
Effacer les filtres

Hi, if I use a function I can pass input to the function between two brackets. if the contain of the two brackets is empty, what does it mean.

1 vue (au cours des 30 derniers jours)
[system, objective, init, designCon, stateCon] = qcar_new_objective_open();

Réponse acceptée

Image Analyst
Image Analyst le 6 Sep 2014
Modifié(e) : Image Analyst le 6 Sep 2014
It means that you're not passing any variables from the main, calling routine into the function. By the way, don't use "system" as the name of a variable since it's already the name of a built-in function.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by