필터 지우기
필터 지우기

If I use the built in menu function, can I then use "switch" and call the "case" by the order it appears on the menu?

조회 수: 2 (최근 30일)
choice = menu('Choose an option!','Set user name', 'Load data file');
switch choice
case 1
% Set user name
set_user_name();
case 2
% Load data file

채택된 답변

Image Analyst
Image Analyst 2016년 11월 18일
Of course? Why wouldn't you be able to? And it looks like you actually tried it so don't you already know the answer?
  댓글 수: 2
Kyle Reagan
Kyle Reagan 2016년 11월 18일
My menu has 11 options, so I haven't completed it yet. I was wondering if the numbers have to have an apostrophe around them or if it can just be free-standing. (e.g. 1 vs '1')
Image Analyst
Image Analyst 2016년 11월 18일
No quotes. Just do it exactly like you had it. Anyway, it's easy enough to try both ways if you weren't sure.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by