How does this code support in carparking slot identification?

1 view (last 30 days)
set(handles.text2,'string',10-handles.Num_object);

Accepted Answer

Walter Roberson
Walter Roberson on 17 Jul 2021
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.

More Answers (1)

John D'Errico
John D'Errico on 17 Jul 2021
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.

Tags

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!