save a mat-file in a specific folder
77 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Elysi Cochin
am 5 Aug. 2022
Beantwortet: Ayse Nur
am 5 Aug. 2022
I have 2 matrices mat1 and mat2
I wanted to save these two variables in a specific folder in the name my_matrices
When using the below code the mat-file is getting saved in the current working folder itself.
save my_matrices mat1 mat2
I wanted to save the mat-file in the current folder Folder1/Subfolder1
Please can someone show me how to save it the specified folder by giving the pathname
0 Kommentare
Akzeptierte Antwort
Ayse Nur
am 5 Aug. 2022
Hi,
you can save mat-files with this command
save Folder/subfolder/my_matrices.mat mat1 mat2
I hope it helps you :)
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!