What does "x ={}" mean?

 채택된 답변

Walter Roberson
Walter Roberson 2011년 1월 20일

9 개 추천

Yes, x will become a 0 by 0 cell array.
If you want x to become an empty numeric matrix, use
x = [];

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기

제품

태그

Community Treasure Hunt

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

Start Hunting!

Translated by