How Can I feed a database with all the paths (directories) of the model?

Im trying to copy the path (directory(C:Modelname/ECUs/Ecu1/signal_name1)) of all blocks in my model and after that put them togheter in a access database: For example: C:Modelname/ECUs/Ecu1/signal_name1 C:Modelname/ECUs/Ecu1/signal_name2 C:Modelname/ECUs/Ecu2/signal_name1 C:Modelname/ECUs/EcuN/signal_nameN Is there a way to performe this in a Matlab code or script? Any advice?

回答 (1 件)

Yuebin Zhou
Yuebin Zhou 2016 年 1 月 20 日

0 投票

You want to create a database from you folder structure? I did not find any MATLAB script or tool which could directly allow you to do that. But I believe you can get the file path information and then using Database Toolbox to create such a DB.

この質問は閉じられています。

製品

質問済み:

2016 年 1 月 18 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by