remove unwanted columns and raws
Afficher commentaires plus anciens

Hi
Wnat to remove the first column and first raw. Any easier way instead of my long way?
*see attached pic
X1 = readcell('PatientInfo.xlsx')
X2=X1 ( 2 : end ,4 , : )
X3=X1( 2: end,3 , : )
X4=X1( 2: end,2 , : )
X5=[X4,X3,X2]
1 commentaire
Stephen23
le 25 Août 2022
READTABLE()
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!