How to import .dat file at 2021a version?
Show older comments
I was trying to use "SimulinkRealTime.utils.getFileScopeData", and noticed this was removed at 2020b.
Then, any substitute should be given, but there were nothing in the document.
Which function could I use for import ".Dat" file?
Accepted Answer
More Answers (1)
Dimitri MANKOV
on 6 Jan 2022
0 votes
Hi HyeongKeun,
In MATLAB R2020b and later, this function is no longer required because the file logging mechanism is not based on the legacy File Scope block anymore, and the .dat files you are referring to are no longer created on the target machine. Instead, a new File Log block is available, which does not require any manual data extraction. For more information, you can have a look at the following MATLAB Answers post:
Best,
Dimitri
3 Comments
Mark Walker
on 16 Apr 2022
This is true, but the ability to read in archived .dat files that were created with the original File Scope block should have been maintained. As it stands, the only way to do this seems to be to maintain a legacy pre-2020b version of MATLAB.
Christopher Bitikofer
on 13 Oct 2022
Is there anyway we can get a solution for this? I have many legacy .dat files which I need to work with... Its not ideal to have to keep 2019a arround forever for this one util funciton... Would it be possible to pack the util and it's dependancies in an optionally downloadable addon?
Sebastian K
on 14 Oct 2022
Categories
Find more on Target Computer Setup 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!