i have A=150x1 matrix, i want to create another matrix of size B=15x10 where the 1st column contains 1st 15 data of matrix A and the 2nd column can contain the next 15 data and so one. So please help
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ellora
le 2 Juin 2016
Réponse apportée : Andrei Bobrov
le 2 Juin 2016
for i=1:10 for j=1:15 p=cat(2,u((i*(j)))); end end
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Matrices and Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!