Integrate C Code by Using the MATLAB Function Block in matlab 2015b
Mostrar comentarios más antiguos
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



Respuestas (1)
Fangjun Jiang
el 14 de Dic. de 2023
1 voto
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'))
1 comentario
Macylia HAMIDOUCHE
el 14 de Dic. de 2023
Categorías
Más información sobre Performance and Memory en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!