Integrate C Code by Using the MATLAB Function Block in matlab 2015b
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
I'm trying to integrate some c code into a matlab function by following the steps described on the link below
https://fr.mathworks.com/help/simulink/ug/incorporate-c-code-using-a-matlab-function-block.html
This works on Maltab 2023 but does not work on Matlab 2015b, do you have any idea what could be causing this? The error I have is as follows



댓글 수: 0
답변 (1개)
Fangjun Jiang
2023년 12월 14일
The online document for R2015b is not available. The oldest available is below. Notice the "R2018b" in the http address
Search "Integrate C Code Using the MATLAB Function Block" in your R2015b doc page to see if you can find it and follow the example.
Or try to run this in R2015b to bring up the page if it exists.
web(fullfile(docroot, 'simulink/ug/incorporate-c-code-using-a-matlab-function-block.html'))
참고 항목
카테고리
Help Center 및 File Exchange에서 Performance and Memory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!