photo

Shae Morgan


Last seen: 1 year 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

audiologist. new to matlab

统计学

MATLAB Answers

6 个提问
0 个回答

排名
260,471
of 299,916

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Why don't 2 signals 180 degrees out of phase add up to an array of zeros?
I have this code: amp=1; fs=24000; duration=2; t=0:1/fs:duration; freq = 1000; Y=amp*sin(2*pi*freq*t+d...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How do I set my axis values down to zero when changing my y-axis to log scale?
I'm trying to get my y-axis to show log scale from 0-3, but whenever I change to log scale (from linear) it stops at about .5 or...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How do I prevent two simultaneous key presses from tabbing away from my GUI?
I have a gui that allows people to listen to a sentence and then type what they think the sentence said. The problem is, if some...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How can I pause until the "return" key is pressed?
I have a gui that I need to have wait until the return key is pressed before advancing. Below is my code but I keep getting an e...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Saving multiple responses from a single edit text box
I am trying to save multiple responses from a single edit text box each time the user pushes a "save" button. Below is my code: ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Saving multiple edit box responses to a file
Hello, I'm working on a GUI where I'm playing .wav files to people. I want the listeners to be able to type the words they hear ...

10 years 前 | 1 个回答 | 0

1

个回答