Effacer les filtres
Effacer les filtres

how i can get the first column ?

12 vues (au cours des 30 derniers jours)
sam aldoss
sam aldoss le 24 Oct 2018
Commenté : madhan ravi le 24 Oct 2018
am trying to get the first column from these data and save it in normal cell

Réponse acceptée

madhan ravi
madhan ravi le 24 Oct 2018
Modifié(e) : madhan ravi le 24 Oct 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 commentaires
sam aldoss
sam aldoss le 24 Oct 2018
thank you so much yeah it works , hero
madhan ravi
madhan ravi le 24 Oct 2018
Anytime buddy :)

Connectez-vous pour commenter.

Plus de réponses (1)

sam aldoss
sam aldoss le 24 Oct 2018
here I upload the file

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by