Saving newly created folder path in a variable
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I created a folder using below code. Now I want to save the path of this new folder in other variable.
New_Folder = ['SubjectID_fig_',num2str(Subj_ID)];
mkdir('C:/Users/varunm1/Desktop/Assistments_Data/Confidence_MatFiles_Students_Labels/Results_Individual', New_Folder)
Expected output is a new variable 'New_Dir' should have C:/Users/varunm1/Desktop/Assistments_Data/Confidence_MatFiles_Students_Labels/Results_Individual/SubjectID_fig_1
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Fractals 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!