How to convert (2x3)[each element in 2x3 contains 1x19 double]cell array ?

2x3 cell Capture.jpg I want to convert to something like shown in 2nd jpg

3 commentaires

Stephen23
Stephen23 le 12 Oct 2018
Modifié(e) : Stephen23 le 12 Oct 2018
"the first three above relates to the first row the last three above refers to the second row"
The first three what relate to the first row of what ?
The last three what relate to the second row of what ?
What is a "restricted mat file" ?
@ Stephen Cobeldick ,@madhan ravi I edited the question

Connectez-vous pour commenter.

 Réponse acceptée

my guess, A is the original data, B is the desired result
A=repmat({1:5},2,3);
B=cell2mat(reshape(transpose(A),[],1))

Plus de réponses (0)

Catégories

Tags

Rouvert :

le 22 Déc 2018

Community Treasure Hunt

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

Start Hunting!

Translated by