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일

0 개 추천

You want to write this into an Excel File?
ExcelData=[1:7]';
xlswrite(ExcelFileName,ExcelData);
will do.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기

질문:

2013년 12월 3일

댓글:

2013년 12월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by