In the Auto generated code, Structure variable of parameters is not fetching the data from the corresponding structure in data.c file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Different blocks used in matlab are stored as variables inside a structure in the header file, and their respective data values are stored in a separate structure in a .c file. Is there anything that should be done before putting them together in a IDE, so that both the structures communicate properly with each other, to fetch data during execution. Because in my project am facing an issue with this aspect of the code, the structure variable of the parameter is not fetching the data properly from the structure present in the .c file which possesses the data of the respective parameters.
0 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Deployment, Integration, and Supported Hardware 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!