photo

ariel gerber


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

| 已接受