Borrar filtros
Borrar filtros

how i can get the first column ?

10 visualizaciones (últimos 30 días)
sam aldoss
sam aldoss el 24 de Oct. de 2018
Comentada: madhan ravi el 24 de Oct. de 2018
am trying to get the first column from these data and save it in normal cell

Respuesta aceptada

madhan ravi
madhan ravi el 24 de Oct. de 2018
Editada: madhan ravi el 24 de Oct. de 2018
load matlab.mat
for i = 1:7
c.datas(i,:)=mydata{1,i}(1:end,1)
end
datas=c.datas %each row represents first column of each cell
  8 comentarios
sam aldoss
sam aldoss el 24 de Oct. de 2018
thank you so much yeah it works , hero
madhan ravi
madhan ravi el 24 de Oct. de 2018
Anytime buddy :)

Iniciar sesión para comentar.

Más respuestas (1)

sam aldoss
sam aldoss el 24 de Oct. de 2018
here I upload the file

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by