MATLAB Fcn not yet supported by Simulink coder

1 view (last 30 days)
I am using MATLAB Fcn Function in Simulink. But when I am trying to build my code it gives me an error message that "MATLAB Fcn is not yet supported by Simulink Coder". Can anybody guide me how to fix this error.
Secondly I want to know what other functions I could use for instance my current Fcn function code has just few if else statements with basic math operations. Also I am doing 1-D interpolation of data too.
Many thanks in advance.

Accepted Answer

Titus Edelhofer
Titus Edelhofer on 6 Aug 2017
Hi,
are you using the "Fcn" block or the "MATLAB Fcn" block? I.e., the one with "f(u)" displayed on the block or the MATLAB logo? The Fcn block is not supported by Simulink Coder whereas you should be able to use the MATLAB Fcn block (although depending on your code, it does not support all MATLAB functions/capabilities).
Titus

More Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!