photo

Glenn Kubota


Last seen: Today 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

9 个提问
1 个回答

Cody

0 个问题
5 个答案

排名
36,201
of 300,750

声誉
1

贡献数
9 个提问
1 个回答

回答接受率
44.44%

收到投票数
2

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
58,977
of 170,837

贡献数
0 个问题
5 个答案

评分
60

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver

查看徽章

Feeds

排序方式:

已回答
how are additional samples added to the audiostreamer playrec output queue?
After communicating with tech support, they pointed out that there is an example on the 'audiostreamer' page that streams audio ...

22 hours 前 | 1

| 已接受

提问


how are additional samples added to the audiostreamer playrec output queue?
If I use the audiostreamer 'play' function, I can add additional samples to the output queue by calling 'play' when NumberPlayer...

5 days 前 | 1 个回答 | 0

1

个回答

提问


Can the audiostreamer buffer size be read when it is set to Auto with an ASIO driver?
In the new 'audiostreamer' object (introduced in R2025a), the DeviceBufferSize can be set to "auto", for which the documentation...

13 days 前 | 1 个回答 | 0

1

个回答

提问


Does split screen work in R2025b?
In MATLAB R2025b, in the Editor, I can't get the split screen option to work at all. In R2024b and R2025a I can right-click on m...

13 days 前 | 1 个回答 | 0

1

个回答

提问


Audio meter horizontal bug in App Designer
I have found some weird behavior in the Design App. If I drop an Audio Meter into my app, it defaults to a vertical bar. I can c...

3 months 前 | 1 个回答 | 0

1

个回答

提问


How to detect which audio output device is being used by Windows
I can detect audio output devices with 'audiodevinfo', but is there a way to tell which of those devices is currently being used...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Why are Plot ticks increments inconsistently assigned?
When I create a simple x-y plot, I would expect that the ticks woiuld increase in size as the samples in my data would increase....

3 years 前 | 1 个回答 | 0

1

个回答

提问


How can I increase the font size in the Simulink block "MATLAB Function"
When I put a MATLAB Function block in my Simulink model (r2022a), the font used for the code editor is small and difficult to se...

3 years 前 | 1 个回答 | 1

1

个回答

提问


Get sample rate in a Matlab function block in Simulink
If i use MATLAB function block in a Simulink project, is there a way of determining the sample rate in the code in that block? I...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Want to change Matlab current folder to be the same as Simulink
Is there any way for Simulink (R2021b) to change the Matlab current folder to be the same as the .slx file? I've got a Simulink ...

4 years 前 | 1 个回答 | 0

1

个回答

已解决


Add two numbers
Given a and b, return the sum a+b in c.

8 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

8 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years 前