How to import .dat file at 2021a version?

10 ビュー (過去 30 日間)
HyeongKeun Jeong
HyeongKeun Jeong 2022 年 1 月 5 日
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?

採用された回答

Sebastian K
Sebastian K 2022 年 10 月 14 日
The following MATLAB Answers post contains a utility function to import File Scope data in more recent MATLAB releases such as R2020b and later.
  1 件のコメント
Christopher Bitikofer
Christopher Bitikofer 2022 年 10 月 15 日
Thank you so much for this! This is much appreciated!

サインインしてコメントする。

その他の回答 (1 件)

Dimitri MANKOV
Dimitri MANKOV 2022 年 1 月 6 日
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 件のコメント
Christopher Bitikofer
Christopher Bitikofer 2022 年 10 月 13 日
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?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeTarget Computer Setup についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by