Info
This question is closed. Reopen it to edit or answer.
How Can I feed a database with all the paths (directories) of the model?
1 view (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
Yuebin Zhou
on 20 Jan 2016
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.
0 Comments
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!