.mat file name as a variable
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Megan Miller
le 24 Juin 2019
Réponse apportée : Jeff Miller
le 24 Juin 2019
I have ~50 .mat files to run through a script and extract one row of specified values per file. I'm then exporting each row to an excel spreadsheet. My problem is that I want to include the .mat file name as a column in the spreadsheet, so I need to save the name as a variable. Since I'm manually opening each .mat file, I can't find a way to reference its name in the script. Any suggestions? Thanks!
0 commentaires
Réponse acceptée
Jeff Miller
le 24 Juin 2019
use uigetfile to manually select the file name, so that you have the name as a string, fname. Then you can use load(fname) to load in the file and you can store fname in a cell of the spreadsheet.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Spreadsheets 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!