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!