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 = [];

1 件のコメント

Hello Blower
Hello Blower 2011 年 1 月 20 日
Thanks a lot.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMultidimensional Arrays についてさらに検索

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by