photo

ariel gerber


Last seen: más de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

más de 4 años hace | 0

| aceptada