Hi,
I have an array like this: a=0:100:500
I want to write its each element to each cell of excel.
I know to do it the array has to become as a'=[0,100,200,300,400,500];
But how I can get the array a' which created by adding comma.
Any help would be greatly appreciated.
Thanks.

 채택된 답변

Image Analyst
Image Analyst 2014년 10월 4일

1 개 추천

I don't understand the comma stuff you said, and don't know why you have an apostrophe like you want to transpose a or something. But to write a vector to Excel and have it look like what you showed, use:
xlswrite(fullFileName, a, 'D23');

댓글 수: 2

Khanh
Khanh 2014년 10월 4일
Thanks. You're right. I'm just a little bit silly.
Khanh
Khanh 2014년 10월 4일
Apostrophe a (a') is just a name I give to a new array. Sorry, I should name it correctly.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

태그

질문:

2014년 10월 4일

댓글:

2014년 10월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by