Error when creating an empty Table

5 ビュー (過去 30 日間)
Reza Zomorodi
Reza Zomorodi 2022 年 3 月 7 日
コメント済み: Star Strider 2022 年 3 月 7 日
I faced the following error when i use "table" command to create and empty table:
my_results = table
Error using ones
Invalid default value for property 'metaDim' in class 'table':
Size inputs must be scalar.
Error in all (line 68)
sz = [sz,ones(1,DIM-length(sz))];
Error in matlab.internal.tabular.private.metaDim (line 45)
if ~(isCharStrings(labels,true) && all(strlength(labels) > 0, 'all')) % require cellstr, whitespace, but not empty allowed
any suggestion?

採用された回答

Star Strider
Star Strider 2022 年 3 月 7 日
To preallocate a table see the documentation section on Specify Size and Variable Types since an empty table nevertheless has specific requirements for its construction.
  4 件のコメント
Reza Zomorodi
Reza Zomorodi 2022 年 3 月 7 日
Thats' right. i developed the scpirt in 2018b and faced this error in 2021b. Thank you for your help!
Star Strider
Star Strider 2022 年 3 月 7 日
My pleasure!

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

その他の回答 (1 件)

Peter Perkins
Peter Perkins 2022 年 3 月 7 日
Reza, if that's really what you get in the command window, and you have not left anythng out, then you either have something else named "table", or you have something seriously wrong with your MATLAB install.
  1 件のコメント
Reza Zomorodi
Reza Zomorodi 2022 年 3 月 7 日
Thank you Peter for your comments.

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

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by