Clear Filters
Clear Filters

Integrate C Code by Using the MATLAB Function Block in matlab 2015b

2 views (last 30 days)
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

Answers (1)

Fangjun Jiang
Fangjun Jiang on 14 Dec 2023
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'))

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!