Documentation about multi-line array (matrix) definition?

51 ビュー (過去 30 日間)
Taejun Jang
Taejun Jang 2019 年 5 月 15 日
コメント済み: madhan ravi 2019 年 5 月 20 日
I found that I can use multi-line matrix literals. That is,
A = [1 2; 3 4; 5 6] % This is the common form we use. In a single line.
is the same as
A = [1 2
3 4
5 6] % Using multiple lines
This also applies to cell arrays.
However, I cannot find any documents about this.
Matrix tutorial https://www.mathworks.com/help/matlab/learn_matlab/matrices-and-arrays.html does not say about ths multi-line array creation.
Is there any documentation about this? Is this usable to all previous versions?

採用された回答

madhan ravi
madhan ravi 2019 年 5 月 15 日
  8 件のコメント
Taejun Jang
Taejun Jang 2019 年 5 月 20 日
As a note, I contacted the technical support, and they replied as follows:
  • ... We have confirmed that this behavior is indeed undocumented. On that note, I will be creating an enhancement request to our documentation team and they may implement it for one of our future updates based upon internal discussions. ...
  • ... this undocumented feature is stable and there are no plans as of now to remove it in our future releases. ...
madhan ravi
madhan ravi 2019 年 5 月 20 日
Thank you for following.

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

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by