Split column values separated by comma in excel file into rows
이전 댓글 표시
Hi,
thats my question:
Excel file : A=[0,0,0,240,500,0] and i want : A=[0;0;0;240;500;0]
Heres my start:
T = xlsread('pacienteIDn15.xlsx'' 'Shet1','D1:D10');
and now i want to split them . Help me
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!