Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
How Can I feed a database with all the paths (directories) of the model?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Yuebin Zhou
am 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 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!