How to load .mat files from shared folder?
Mostra commenti meno recenti
Hi
I was trying to load .mat files from a shared folder. It flagged an error
s=what('\\abcd010\Result\DatasetUsed\Validation'); %change dir for your directory name
>> matfiles=s.mat;
Too many outputs requested. Most likely cause is missing [] around left hand side that has a comma separated list expansion.
\\abcd010\Result is a shared folder path. I have made the current working directory to this path. How do I access file from this path? Thanks
Risposte (1)
KSSV
il 22 Dic 2016
0 voti
Categorie
Scopri di più su File Operations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!