How to declare an global error listener in App Designer?
Mostrar comentarios más antiguos
I'm trying to make an app that will use .m files to do Digital Signal Processing tasks on various inputs and I want to catch and propagate MATLAB System Errors such as issues with a MATLAB System Object, System Out of RAM etc back to the user who is using the application.
2 comentarios
Mario Malic
el 16 de Feb. de 2023
try and catch blocks could be useful.
Rik
el 2 de Mzo. de 2023
Bottom line: there is no general solution to this problem. You will have to implement everything with try-catch-blocks and deal with errors appropriately. I'm working on a set of functions that will allow you to do this more easily, but they are not quite ready for separate publication.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Floating-Point to Fixed-Point Conversion 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!