フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to save two variables into csv files

1 回表示 (過去 30 日間)
sam aldoss
sam aldoss 2018 年 10 月 8 日
コメント済み: Jan 2018 年 10 月 8 日
how to save two variables into csv files in matlab for x and t from wav file ,and do that for multiple wav file I use this code to read the wav file % load an audio file
[x, fs] = audioread('a66.wav');
x = x(:, 1);
N = length(x);
t = (0:N-1)/fs;
save a66.csv x -ascii -double
  4 件のコメント
Stephen23
Stephen23 2018 年 10 月 8 日
Jan
Jan 2018 年 10 月 8 日
sam aldoss wrote as flag:
this person mark my question as duplicate which not
@sam aldoss: Sorry, the question looks such equal, that I consider it as duplicate also. What is the difference?

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by