END misunderstood in MATALAB APP

1 ビュー (過去 30 日間)
Stefano Massardi
Stefano Massardi 2021 年 3 月 26 日
回答済み: Reshma Nerella 2021 年 4 月 8 日
Hi everyone
I have a matlab APP with a part like this:
if (dato1(end,6)==1)
trigger =1;
end
The problem is that the environment automatically thinks that the "END" in dato(end,6) is the one terminating the IF structure. As a consequence, the next end is taken by another thing in the code. This also happens in a while cycle where a statement like:
vector = vector2(end,:)
and that END is taken as the end for the while cycle.
The same code in a script works correctly obviously. Is this an issue of the app?
Thanks
  2 件のコメント
Stefano Massardi
Stefano Massardi 2021 年 3 月 28 日
Yes I indeed solved using dato(length(dato),1)

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

採用された回答

Reshma Nerella
Reshma Nerella 2021 年 4 月 8 日
Hi,
I understand that clicking on the 'if' is highlighting the wrong end.
This issue is fixed in R2020a Update2.

その他の回答 (0 件)

カテゴリ

Find more on Startup and Shutdown in Help Center and File Exchange

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by