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!