필터 지우기
필터 지우기

Print array value into excel

조회 수: 1 (최근 30일)
vinothkannan K
vinothkannan K 2013년 12월 3일
댓글: vinothkannan K 2013년 12월 3일
Hi,
I have an integer value in one variable 'sno', i want to print that values like an array.
ex: if sno == 7 means i want to print from 1 to 7
help me in this
thanks in advance

채택된 답변

ES
ES 2013년 12월 3일
You want to write this into an Excel File?
ExcelData=[1:7]';
xlswrite(ExcelFileName,ExcelData);
will do.
  댓글 수: 1
vinothkannan K
vinothkannan K 2013년 12월 3일
Thanks a lot !!!!!!!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by