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