統計
MATLAB Answers
0 質問
1 回答
ランク
of 178,698
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
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...
6年以上 前 | 0
| 採用済み

