- Put a try/catch around your code that is throwing the error.
- Use MException.last to retrieve the last error.
hold all warning in command line
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
is there any way i can prevent warning message from showing in the command line? and able to refer back the error msg after execution? im doing this because i dont wan to be interrupted as i want to demo my program
0 comentarios
Respuestas (1)
Sean de Wolski
el 12 de Nov. de 2013
try
[17 1]*[1 2 0]
catch ME
end
Later on...
If you still have ME, you can use it. Else:
ME = MException.last
0 comentarios
Ver también
Categorías
Más información sobre Environment and Settings 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!