how to i check if matrix cotaining logical 1
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kamil Kacer
el 3 de Dic. de 2020
Comentada: Kamil Kacer
el 3 de Dic. de 2020
I got B and i want to check if B cotains at least one '1' display super
if all zeros display not good
How do i do it
A = [1 0 0];
B = logical(A)
if B == 1;
disp('super')
else
disp('not good')
end
0 comentarios
Respuesta aceptada
Más respuestas (1)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!