フィルターのクリア

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 回表示 (過去 30 日間)
[system, objective, init, designCon, stateCon] = qcar_new_objective_open();

採用された回答

Image Analyst
Image Analyst 2014 年 9 月 6 日
編集済み: Image Analyst 2014 年 9 月 6 日
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.

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by