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 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Muna Shehan
il 6 Set 2014
Commentato: Muna Shehan
il 6 Set 2014
[system, objective, init, designCon, stateCon] = qcar_new_objective_open();
0 Commenti
Risposta accettata
Image Analyst
il 6 Set 2014
Modificato: Image Analyst
il 6 Set 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.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!