Calling two functions to a diff m.file
古いコメントを表示
Don't know if am asking this question in the right way but i have two reverse audio button for two different plot but i want to call them both into one plot in another window/m.file. 'global y;' is for the first reverse button and 'global y2;' is the second.
global y;
%global y2;
global Fs;
global reverse_b;
reverse_b = flipud(y);
plot(handles.axesMix1,reverse_b);
reverse_b = audioplayer(y, Fs);
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Audio and Video Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!