Avoid "depth limit" for nested parenthesis and brackets

MATLAB has a limit of 32 nested parenthesis / brackets, and I have a function that requires more than this. Can this limit be avoided?

3 件のコメント

Tiasa Ghosh
Tiasa Ghosh 2018 年 8 月 22 日
where did you come upon this number 32? Is it documented somewhere? Because I have nesting upto 30 parentheses but still I get the error of too deep nesting.
Rik
Rik 2018 年 8 月 22 日
It sounds like you should be able to avoid this by simply storing intermediary results.
Tiasa Ghosh
Tiasa Ghosh 2018 年 8 月 22 日
For my case, the equations contain variables from matrix multiplication and it is unavoidable to have deep parentheses. So if anybody could tell how deep nesting MATLAB allows, I would adjust my matrix dimensions accordingly.

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

回答 (0 件)

カテゴリ

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

製品

質問済み:

2016 年 6 月 24 日

コメント済み:

2018 年 8 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by