필터 지우기
필터 지우기

Merge path and filename for xlswrite

조회 수: 3 (최근 30일)
Raúl
Raúl 2013년 3월 15일
Hi all,
I would like to save an excel file which it could be already created or not to a dynamic path with a specific filename. I mean that the path where the file may be written is modified each time the code is executed but the name of the file remains the same.
I've tried this..
myFolder = 'E:\Dropbox\'; xlswrite(myFolder\'results.xlsx',P,'RSSI lineal',['A' num2str(i+1)]);
It should save the data to the file results.xslx in the path "myFolder".
Thanks a lot.
Raúl.

채택된 답변

Image Analyst
Image Analyst 2013년 3월 15일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by