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

 채택된 답변

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Physics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!