Feeds
提问
Assign timer function from another file to global object
I have a global audioplayer object that is used by two different GUIs. *GUI1.m* global ap; % functions and stuff...
9 years 前 | 1 个回答 | 0
1
个回答提问
Call method from another GUI
I have two GUIs, GUI1 and GUI2. Before I close GUI2 completely, I want to call a function from GUI1. % In GUI2 gui1 = f...
9 years 前 | 1 个回答 | 0
1
个回答提问
Matlab object assignment - copy an object instead of creating a pointer
Hi, If I had an object variable and then assigned the same object to another variable, the latter acts as a pointer to the me...
9 years 前 | 1 个回答 | 3
1
个回答提问
Get samples from audioplayer object
Is there any way to get the samples that make up an audioplayer object after it's been instantiated? a = audioplayer(y, fs...
9 years 前 | 1 个回答 | 0
1
个回答提问
Create and open new fig
I have a main fig file for my matlab gui, and I have created another one that I want to be able to open with the click of a butt...
9 years 前 | 1 个回答 | 0
1
个回答提问
Change CurrentSample in audioplayer
I want to be able to allow a user to select a point in a track and begin playing, so I have a ButtonDownFcn set on an axes to ta...
9 years 前 | 1 个回答 | 0