How do I write, while using XLSWRITE to capture a column matrix at particular column of excel file.

1 回表示 (過去 30 日間)
In using range we need to specify the end limit as well in my case which is variable one. For example I have 125482x1 matrix I don't wanna specify every time the end limit of the column like B1:B125482. I just want to say write in B column.
TIA

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 8 月 1 日
A=randi(10,10,1)
xlswrite('fic1.xlsx',A,'B:B')

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by