how to read excel file and create a row vector ?

2 visualizaciones (últimos 30 días)
MUKESH KUMAR
MUKESH KUMAR el 31 de Jul. de 2017
Comentada: MUKESH KUMAR el 31 de Jul. de 2017
how can we create a row vector from excel file containing zeros and some same digits like A=[ 0 0 0 0 4 4 4 4 4 4 0 0 0 0 0 ]; 5&10 stored in excel in different column and it shows that 4 start from 5 and end at 10 in 1*15 matrix ?
  2 comentarios
Walter Roberson
Walter Roberson el 31 de Jul. de 2017
This appears to be a duplicate of https://www.mathworks.com/matlabcentral/answers/350888-read-specific-data-from-excel-and-create-a-vector except that one was explained better.
MUKESH KUMAR
MUKESH KUMAR el 31 de Jul. de 2017
yes

Iniciar sesión para comentar.

Respuestas (1)

KSSV
KSSV el 31 de Jul. de 2017
To read excel file use xlsread ..once data is read into work space, you can do what ever you want.

Community Treasure Hunt

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

Start Hunting!

Translated by