hello ,,, i want to remove the 2nd, 3rd,5th,8th,10th columns of this excel sheet...and get an excel sheet of only 6 columns(1,4,6,7,9,11)...

1 次查看(过去 30 天)
i want to remove the 2nd, 3rd,5th,8th,10th columns of this excel sheet...and get an excel sheet of only 6 columns(1,4,6,7,9,11)... its very urgent....need help...

采纳的回答

Andrei Bobrov
Andrei Bobrov 2016-7-1
n = xlsread('adabooscore3.xls');
out = n(:,[1,4,6,7,9,11]);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by