Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Can not assign data for each cell with xlswrite

2 visualizaciones (últimos 30 días)
Ali Tawfik
Ali Tawfik el 11 de Nov. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi All,
I have a vector and I am trying to write the data into excel, I used xlswrite, which seems working fine, but when I try to assign the xlRange , I mean A2, and so on.. does not working ... For your reference , I am using Matlab 2016a with MAC
Thanks,
clear all; clc;
x=[1 2 3 4 5]'
xlswrite('filename',x,'Sheet1','A2')
xlswrite('filename','x','Sheet1','A1')
%%I would like my output in excel to be started from A2, and A1 is the name of the data...Also, it's not working to assign in sheet

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by