Save variables in a folder
조회 수: 2(최근 30일)
표시 이전 댓글
채택된 답변
Sindar
2020년 2월 24일
Check the save documentation, you can save specific variables by adding their names as further inputs:
save(resultFileName,'ErrPsEpochs')
save(resultFileName2,'NonErrPsEpochs')
댓글 수: 0
추가 답변(0개)
참고 항목
범주
Find more on Workspace Variables and MAT-Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!