functions not supported by simulink coder
4 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Kaustubha Govind
2013-5-3
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 个评论
Kaustubha Govind
2013-5-6
pemfir: Sorry, I have no experience in this area. You might want to get help from Statistics experts/forums.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!