Error: An array for multiple LHS assignment cannot contain LEX_TS_NUMBER

6 ビュー (過去 30 日間)
J G RAO
J G RAO 2017 年 3 月 6 日
回答済み: Walter Roberson 2017 年 3 月 6 日
i am trying to do db1 in program i was get like this Error: An array for multiple LHS assignment cannot contain LEX_TS_NUMBER
how can resolve this one???

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 3 月 6 日
For example a couple of months ago the cause was that someone had
[gen_pol, 1] = bchgenpoly(n, k);
Which tries to use the number 1 as the name of the variable to output the second result to.
In your cause you might have something like
[db 1] = ...
where you intended
[db1] = ...

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by