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

 채택된 답변

Ayse Nur
Ayse Nur 2022년 8월 5일

2 개 추천

Hi,
you can save mat-files with this command
save Folder/subfolder/my_matrices.mat mat1 mat2
I hope it helps you :)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

태그

질문:

2022년 8월 5일

답변:

2022년 8월 5일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by