remove unwanted columns and raws

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]

Categories

Find more on Programming in Help Center and File Exchange

Products

Asked:

Me
on 25 Aug 2022

Commented:

Me
on 25 Aug 2022

Community Treasure Hunt

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

Start Hunting!