Simulink Log data to same file as Input

5 visualizzazioni (ultimi 30 giorni)
Hello everyone,
I use the dataref input streaming as it is described here:
My problem is, that I want the output of the model (or signals in between) to be appended to the same file as the input dataref. If i select the input dataref file in the (Configuration Parameters > Data Import/Export > Log Dataset data to file) , the data is deleted/overwritten.
Does anybody know to come around from the issue?
Thank you!
Oli

Risposta accettata

Hari Krishna Ravuri
Hari Krishna Ravuri il 18 Lug 2019
I understand that, you are trying to Log the Output data to the same file, which was given as Input File, and getting the file overridden. As of now MATLAB is not having the feature of appending the logs to an existing file. As a solution to this, I suggest you log the output data in a separate file and append it to the input file with a small script.
  1 Commento
OliverMaier
OliverMaier il 19 Lug 2019
Thank you for your answer.
Actually that is what iam currently doing. Unfortunately that is a additional writing operation, which takes some time.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Prepare Model Inputs and Outputs in Help Center e File Exchange

Prodotti


Release

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by