photo

ariel gerber


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
I want to combine only first column of first and second excel file to make 1 excel file (save individually as 1.xlsx) and then second column of first and second excel file to make another excel file as 2.xlsx.
%% read1 file1='file11';file2='‏‏file12'; N=256; col1=xlsread(file1,1,strcat('A1:A',num2str(N))); col2=xlsread(file2,1,strca...

4 years ago | 0

| accepted