Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

how to save two variables into csv files

1 visualizzazione (ultimi 30 giorni)
sam aldoss
sam aldoss il 8 Ott 2018
Commentato: Jan il 8 Ott 2018
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 Commenti
Jan
Jan il 8 Ott 2018
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?

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by