Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Can not assign data for each cell with xlswrite

조회 수: 1 (최근 30일)
Ali Tawfik
Ali Tawfik 2019년 11월 11일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi All,
I have a vector and I am trying to write the data into excel, I used xlswrite, which seems working fine, but when I try to assign the xlRange , I mean A2, and so on.. does not working ... For your reference , I am using Matlab 2016a with MAC
Thanks,
clear all; clc;
x=[1 2 3 4 5]'
xlswrite('filename',x,'Sheet1','A2')
xlswrite('filename','x','Sheet1','A1')
%%I would like my output in excel to be started from A2, and A1 is the name of the data...Also, it's not working to assign in sheet

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by