how assertion raised exceptions are handled in matlab
Mostrar comentarios más antiguos
Hello,
Could anyone can explain how an assertion raised exception is handled . If possible could you please send a pseudo code for it.
Any help would be appreciated.
Thank you.
Respuestas (1)
Walter Roberson
el 7 de Dic. de 2011
>> try; assert(false,'man:from:mars','I only eat guitars'); catch me; disp(me); end
MException object with properties:
identifier: 'man:from:mars'
message: 'I only eat guitars'
stack: [0x1 struct]
cause: {}
1 comentario
Sean de Wolski
el 7 de Dic. de 2011
+1
A five figure reputation by Answers' first birthday?
Categorías
Más información sobre Measurements and Spatial Audio en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!