Borrar filtros
Borrar filtros

functions not supported by simulink coder

2 visualizaciones (últimos 30 días)
pemfir
pemfir el 3 de Mayo de 2013
I have a function block in simulink and want to use the function "normcdf", but the simulink coder does not support this function. how can i overcome this issue ? thanks alot

Respuestas (1)

Kaustubha Govind
Kaustubha Govind el 3 de Mayo de 2013
Unfortunately, this function is not in the list of MATLAB functions supported for code generation. You might need to implement a C-equivalent yourself (or try to find an equivalent third-part library function), and integrate it into a custom Simulink block.
  5 comentarios
Kaustubha Govind
Kaustubha Govind el 6 de Mayo de 2013
pemfir: Sorry, I have no experience in this area. You might want to get help from Statistics experts/forums.
pemfir
pemfir el 6 de Mayo de 2013
Thank you, what i mean, is that a simple example of such implementation, it does not have to be normcdf, any function would be good, so i can get started.

Iniciar sesión para comentar.

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