We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here is an example of what you should see and the original matlab function header:
MATLAB: [ output2 ] = Function2(data)
[ output2 ] = Function2(data)
C++ Header: extern void Function2(short data, boolean_T output2_data[], int output2_size[1]);
extern void Function2(short data, boolean_T output2_data[], int output2_size[1]);
There was an error while loading. Please reload this page.