How does this code support in carparking slot identification?

1 回表示 (過去 30 日間)
Saktheeswaran Mohan
Saktheeswaran Mohan 2021 年 7 月 17 日
set(handles.text2,'string',10-handles.Num_object);

採用された回答

Walter Roberson
Walter Roberson 2021 年 7 月 17 日
It doesn't. It is code that assumes that there are 10 spots, and assumes that the code above calculated the number of used slots, and so it is reporting the number of available slots to the user as 10 minus the number of used slots. However the line itself has no role in figuring out which slots are used.

その他の回答 (1 件)

John D'Errico
John D'Errico 2021 年 7 月 17 日
Out of context, this code is meaningless. It has absolutely nothing to do with the question you have asked about. And that was essentially the same answer the last time you asked virtually the same out of context question.

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by