我目前的写法每次运行只能取到下面的情况,第一种情况无法取到,应该怎么改写呢?
谢谢
64位R2016b版本

 Accepted Answer

字符串与字符串比较用strcmp,数字与数字比较用==
例如
if strcmp(x,'blue') & y==1

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!