Info

此问题已关闭。 请重新打开它进行编辑或回答。

Having a problem with getting the Command Window to respond to my choices

1 次查看(过去 30 天)
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 个)

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by