Is there a way to exclude a segment of the code from the coder?

7 次查看(过去 30 天)
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

采纳的回答

Adam
Adam 2017-1-9
e.g.
if coder.target('MATLAB')
error( 'SomeError:Id', 'This is an error not supported by Coder' );
end

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by