functions not supported by simulink coder
Mostra commenti meno recenti
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
Risposte (1)
Kaustubha Govind
il 3 Mag 2013
0 voti
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 Commenti
pemfir
il 3 Mag 2013
Kaustubha Govind
il 3 Mag 2013
pemfir: Do you mean using coder.extrinsic? That only works if your block is executing within the MATLAB environment, it does not generate standalone code which is what Simulink Coder does.
pemfir
il 4 Mag 2013
Kaustubha Govind
il 6 Mag 2013
pemfir: Sorry, I have no experience in this area. You might want to get help from Statistics experts/forums.
pemfir
il 6 Mag 2013
Categorie
Scopri di più su Simulink Coder in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!