Try/Catch problems with MATLAB 2013
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm trying to execute a script that was written for Matlab 2011 with a try/catch structure in Matlab 2014. However, whenever I execute the script, it jumps straight to the 'catch' within the function. I tried running each of the lines individually in the beginning of the 'try' portion of the script, and haven't run into any problems. Furthermore, there aren't any errors with any of the script that results in a catch, it just skips the 'try' portion completely. Has anyone else run into this problem? If so, do you have any suggestions for how to overcome this issue?
0 comentarios
Respuestas (1)
Image Analyst
el 29 de Nov. de 2013
MATLAB 2014? I think you mean R2013a or R2013b because I don't think the beta for R2014a is out yet.
At what point does it jump to the catch? At the try line? Can we try it? Attach it with the paper clip icon if you want anyone to try it. It's hard to guess at what we can't see.
0 comentarios
Ver también
Categorías
Más información sobre Timing and presenting 2D and 3D stimuli 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!