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

1 visualización (últimos 30 días)
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

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 1 de Ag. de 2016
A=randi(10,10,1)
xlswrite('fic1.xlsx',A,'B:B')

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by