In the Auto generated code, Structure variable of parameters is not fetching the data from the corresponding structure in data.c file

1 view (last 30 days)
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.

Answers (0)

Community Treasure Hunt

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

Start Hunting!