tilde use before if condition
50 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
boureghda mohammed
el 12 de Nov. de 2016
Comentada: Star Strider
el 14 de Nov. de 2016
I was looking at on Matlab code , I could not understand the use of tilde ~ before if condition .
if ~isfield(ArgDS,'mu')
0 comentarios
Respuesta aceptada
Star Strider
el 12 de Nov. de 2016
The tilde ‘~’ is a logical negation. So the if condition will be true when 'mu' is not a field of the ‘ArgDS’ structure.
2 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!