Help with menu command
Show older comments
I am working on a project where a user selects an option from a menu. The catch is that the when the user selects it the next user should see 'XXXX' in place of what the last user selects. If the next user selects the 'XXXX' it should display an error. Any help would be appriciated.
My menu:
car_c = menu('Which car would you like', ...
'C1','C2','C3','C4','C5','C6','C7','C8','C9','C10', ...
'C11','C12','C13','C14','C15','C16','C17','C18','C19','C20', ...
'C21','C22','C23','C24','C25','C26','C27','C28','C29','C30', ...
'C31','C32','C33','C34','C35','C35','C36','C37','C39','C40');
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!