how to read ODX files
20 次查看(过去 30 天)
显示 更早的评论
Good Morning
i'm beginner on matlab and i need help to read ODX files with MATLAB, i don't have any other software (Canalyzer) except this one, so i've to use matlab to resolve this problem.
with regards Amine
1 个评论
Ugur Keskin
2017-3-21
Interesting question!
Did you in the meantime solve this question? Or is there someone who can still answer this one?
Ugur
回答(1 个)
William R
2017-12-8
I am working on a solution for this. Using a script I can read the XML format of the ODX. I use the XML2Struct function for this. Then I go trough this struct to get all the elements out this struct and link information together were necessary.
The challenges I face are how to get the default, min and max value of the parameters from the ODX file (typically not stored in ODX). This I need because I want to save the ODX parameter data to a Simulink Data Dictionary.
1 个评论
Deniz Yildirir
2023-8-18
Hey im currently find a smart way to convert ODX data to exel. did you get managed how to achieve that?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!