Info
This question is closed. Reopen it to edit or answer.
Having a problem with getting the Command Window to respond to my choices
2 views (last 30 days)
Show older comments
answer = questdlg('Lets order some classic American food', ...
'Wednesday 8:30 ', ...
"Clam chowder","fried catfish","chicken fried steak","chicken fried steak");
if answer
elseif "Clam chowder"
disp([answer ' Smooth taste.'])
elseif "fried catfish"
disp([answer ' very yummy.'])
else "chicken fried steak";
disp([answer 'thats a battered heart attack.'])
end
Trying to get the command window to say 'Smooth taste' when I chose Clam chowder. Same situation with my other two choices
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!