필터 지우기
필터 지우기

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