Calling two functions to a diff m.file
Show older comments
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);
Answers (0)
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!