필터 지우기
필터 지우기

Use xlwrite on a specific cell of an EXcel file

조회 수: 1 (최근 30일)
samar
samar 2014년 10월 27일
Hi everybody, I want to write matlab program results into an Excel file . For Windows Platform I used to use xlswrite and it works well
Example with xlswrite:
Filename='Results'; sheetName=strcat('Sheet11'); xlwrite(Filename, {'c2'},sheetName,'A7'); xlwrite(Filename, c2,sheetName,'B7');
Now, i need to get the samething with xlwrite that works for both Windows and Mac! write in the same sheet in extended mode on specific cells of an Excel file.
Thank you for your help

답변 (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