if

3 visualizaciones (últimos 30 días)
nsbd
nsbd el 7 de Mayo de 2011
Hi all,
"
for i=1:1000;
%event
F=(i+1);
if F == 100 300 ; % ????????????????
disp('hi all');
end
end
"
F=100 or 300 or 600 ..... disp('all') how I do ?

Respuesta aceptada

Walter Roberson
Walter Roberson el 7 de Mayo de 2011
ismember(F,[100,300,600])
  2 comentarios
nsbd
nsbd el 7 de Mayo de 2011
thank you very much
nsbd
nsbd el 7 de Mayo de 2011
:)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by