フィルターのクリア

How to get a variable assigned directly to Empty matrix: 0-by-1?

1 回表示 (過去 30 日間)
Rajan
Rajan 2012 年 9 月 12 日
If I type the variable name say 'a' in cmd window I should get
Empty matrix: 0-by-1
What should i assign to 'a' ??
a=..... ?
  1 件のコメント
Yi Sui
Yi Sui 2012 年 9 月 12 日
Just out of curiosity, in what case would you need this?

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

採用された回答

Sean de Wolski
Sean de Wolski 2012 年 9 月 12 日
a = zeros(0,1)
  3 件のコメント
Sean de Wolski
Sean de Wolski 2012 年 9 月 12 日
Rajan
Rajan 2012 年 9 月 12 日
Thank you .

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

その他の回答 (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