How to write Array signals log data into MF4 file format?
Mostra commenti meno recenti
Hello,
I have some log data from Simulink model. Now I wanted to write all the output log data into MF4 file format. For this, I have converted the model test data into 'Timetable' format and to write these logs into MF4 using command "mdfWrite('abc.mf4',c)", where abc.mf4 is file name and c is Timetable data.
Easily able to write the logs into mf4 if the signals are of single dimension.
Now my issue comes, when the log data contains array signals with different dimensions (I.e., 2, 3, ….,dimensions). Please check snap below of 6 dimension data and error as highlighted.

Is there any other way to convert the logs data into MF4 file using MATLAB?
1 Commento
Manish singh
il 26 Apr 2024
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MDF Files in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!