How to import .dat file at 2021a version?

10 visualizaciones (últimos 30 días)
HyeongKeun Jeong
HyeongKeun Jeong el 5 de En. de 2022
Comentada: Christopher Bitikofer el 15 de Oct. de 2022
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?

Respuesta aceptada

Sebastian K
Sebastian K el 14 de Oct. de 2022
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 comentario
Christopher Bitikofer
Christopher Bitikofer el 15 de Oct. de 2022
Thank you so much for this! This is much appreciated!

Iniciar sesión para comentar.

Más respuestas (1)

Dimitri MANKOV
Dimitri MANKOV el 6 de En. de 2022
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 comentarios
Christopher Bitikofer
Christopher Bitikofer el 13 de Oct. de 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?

Iniciar sesión para comentar.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by