Return back to the menu, button return in menu
    5 views (last 30 days)
  
       Show older comments
    
Hello,
I have a menu for example"
choice1 = menu('LL,'COLOR,'METHODS')
switch choice1
case 1 
choice2 = menu('Choose a color','Red','Blue','Green')
switch choice 2
case 1 .....
case 2
end
switch choice 3
choice2 = menu('Choose a methods','KMNS','MLR')
case 1....
end
end
My question is, i want more button back, for example
choice1 = menu('LL,'COLOR,'METHODS')
switch choice1
case 1 
choice2 = menu('Choose a color','Red','Blue','Green','back')
switch choice 2
case 1 .....
case 2
end
switch choice 3
choice2 = menu('Choose a methods','KMNS','MLR','back')
case 1....
end
end
I want to basically go back in the menu.
Thanks for help.
0 Comments
Answers (1)
See Also
Categories
				Find more on Simulink Environment Customization in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
