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

 Respuesta aceptada

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Physics en Centro de ayuda y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!