Is there a way to exclude a segment of the code from the coder?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
yonathan nativ
el 9 de En. de 2017
Respondida: Adam
el 9 de En. de 2017
Hi Everyone,
Is there a way to exclude a block of code from the coder? For example: I want to put in my Matlab code warnings & errors (to catch some unexpected cases). These functions are not supported by coder, is there a way to 'tell' the coder to skip these lines?
Thanks,
Yonathan
Respuesta aceptada
Adam
el 9 de En. de 2017
e.g.
if coder.target('MATLAB')
error( 'SomeError:Id', 'This is an error not supported by Coder' );
end
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!