Untitled

 avatar
unknown
plain_text
3 years ago
145 B
9
Indexable
% funkcja ReadFile, uzyta w hObj(6)

function [] = ReadFile()
global y Fs

filename = uiputfile({'*.wav'},'Save as');

audiowrite(filename,y,Fs);
Editor is loading...