
How can we write data from mat file to Simulink data dictionary.
3 views (last 30 days)
Show older comments
I am learning MBD. In that I have to initialise many ports and constants with specific name in sldd file. Problem here is that my data is in the xlsx file which I am importing it to workspace and then storing it as .mat file as sldd has only option to read .mat or .m files.
When I do that it throws me message that reads: 0 items were successfully imported.
I have two things to ask:
1) Why no items are successfully imported and
2) what is correct procedure to import data from .mat or .m file to sldd file
Attach here is the xlsx file which has all the names of the port
Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!