MATLAB: What is the function for “Exclude row with unimportable cell”

functionunimportable cell

I currently use
filename = 'C:\Users\user\Desktop\kinect_matlab\data_kinematic_2.xlsx';
VarName1 = xlsread(filename, 'Sheet1', 'A2:A13622');
But in my data, there are a lot of NaN. How can I exclude it?

Best Answer

rmmissing()