필터 지우기
필터 지우기

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 CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by