What is a non-inlined S function

32 visualizaciones (últimos 30 días)
Ajay Pherwani
Ajay Pherwani el 12 de Jun. de 2014
Comentada: Walter Roberson el 9 de Jun. de 2018
I was trying to create my own library blocks for a model. It simulated , but when i tried to make a build it throw-ed an error : Block 'model_path/S-Function' is a non-inlined s-function, which is not supported with the current configuration. Consider selecting the support 'non-inlined s-functions' option on the Configuration Parameters > Real-Time Workshop > Interface page.
What is a non-inlined S function ? How to make S Function as inlined ?

Respuestas (2)

Kaustubha Govind
Kaustubha Govind el 13 de Jun. de 2014
Please see the documentation for Noninlined S-Functions and Inlining S-Functions.
  2 comentarios
Ajay Pherwani
Ajay Pherwani el 16 de Jun. de 2014
thanks for help... but the window shows :-_Access to documentation for certain products requires your MathWorks Account to be associated with a license._ Do I need to need to have licence in order to view these document ?
Walter Roberson
Walter Roberson el 9 de Jun. de 2018
non-inlined S-function is like creating a C function that is called without knowing anything about what is inside it, with there being some overhead to setting up the call.
inlined S-function is a way of reducing the overhead and creating more specialized code that is more efficient, but it requires that the user write TLC files the describe the code in more detail.

Iniciar sesión para comentar.


Marian Serna Imbachi
Marian Serna Imbachi el 9 de Jun. de 2018
now,do you know the answer to that ?

Categorías

Más información sobre Simulink Coder 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!

Translated by