Loading the file path
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am having some trouble with developing code to look into column 8 and read or load the file paths:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/345300/image.png)
Then to copy and save the first file at the top from the folder's file path to another file path. Then to copy that filepath into the variable as shown:
data1553IN=parseWingsSavFull('C:\AP\34209200-W0S5-()_65474_2020Jul21_010802_EGI Thermal_1553In.HSR','EGI.mdb');
That file path would go right where this file path is.
Any suggestions or application of corrections?
3 commentaires
dpb
le 13 Août 2020
readtable and then use the addressing modes described under accessing data from tables at the doc for table
Réponses (0)
Voir également
Catégories
En savoir plus sur Import, Export, and Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!