"errors occurred during parsing of MATLAB function"
25 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Zahid Khan
el 12 de Jun. de 2018
Comentada: Saba
el 3 de Mzo. de 2023
"errors occurred during parsing of MATLAB function" THis error i got while using matlab function (user defined function) with anonymous function.
6 comentarios
Respuesta aceptada
Ameer Hamza
el 12 de Jun. de 2018
You are getting these errors because MATLAB does not support code generation for all the function. The supported function list is here. Also, there are several restrictions for code generation for function handle. The easiest way to solve this problem is to move all of your code from Simulink function block to a MATLAB function file and save it in MATLAB path. Then define these functions as extrensic as shown on this link: https://www.mathworks.com/help/simulink/ug/calling-matlab-functions.html. Simulink will not try to generate code for the extrensic functions and simulation will run.
4 comentarios
ERNESTO BENJAMIN PAZ YAÑEZ
el 6 de Abr. de 2021
But supouse with need to generate the code any way. How could we know wich function is causing problems?. Do we need to go one by one checking on the list?, or there is a smarter way?
Más respuestas (1)
Zahid Khan
el 12 de Jun. de 2018
6 comentarios
Saba
el 3 de Mzo. de 2023
Hi there, i also have the same problem, but I do not know how to figure it out in order to correct it.
Could you please help me out?
I attached three screenshots in the pdf file.
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!