photo

Ryan Sinfield


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
13,537
of 300,037

声誉
3

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
3

排名
 of 20,862

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,106

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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

1

个回答