how do we read a .dat file in simulink so that it can be used as an input in a block diagram?
Show older comments
how do we read a .dat file in simulink so that it can be used as an input in a block diagram?plzz reply as soon as possible
Answers (1)
Azzi Abdelmalek
on 22 Mar 2013
0 votes
Load your data to Workspace, using textscan or dlmread and use from workspace block, or save it to a mat file and use from file block
1 Comment
pranav dabre
on 12 Apr 2021
Do you have any example document on this please ? Thank You
Categories
Find more on Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!