How do I modify function return type in the generated code?
조회 수: 9 (최근 30일)
이전 댓글 표시
I want to specify the function return datatype for generated code of a function call subsystem to be of type uint8 instead of void as it usually generates for all functions inside the source code.
댓글 수: 0
답변 (1개)
vinothkannan K
2013년 6월 7일
I think you cant able to change the data type of generated code(dll)
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!