How to make text conditional statements

6 次查看(过去 30 天)
complete total beginner here, but im trying to write a script that tells u how many bones in a limb but need help writing the seond line

回答(1 个)

ClementJ
ClementJ 2022-5-14
Hi,
Maybe use '\n' in your line 2:
prompt = 'Enter Bady Part : \n';
g = input(prompt,'s');
if g == 'hand'
disp('27')
elseif g == 'finger'
disp('3')
end

类别

Help CenterFile Exchange 中查找有关 Entering Commands 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by