統計
MATLAB Answers
6 質問
0 回答
ランク
of 168,172
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0
