Can I only declare a variable NOT define.
이전 댓글 표시
When I make a program, I've got a question. In C/C++, before using a variable, should define or at least declare the variable like the following.
int a;
or
int a = 2;
However in MATLAB, Can I just declare a variable? In other words, is
variable;
varid?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 사전 작성된 MATLAB 인터페이스를 C++ 라이브러리에 사용하기에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!