Community Profile

photo

Shae Morgan


Last seen: 4ヶ月 前 2015 年からアクティブ

Followers: 0   Following: 0

連絡

audiologist. new to matlab

統計

  • 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...

8年弱 前 | 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...

8年弱 前 | 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...

8年以上 前 | 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...

8年以上 前 | 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: ...

8年以上 前 | 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 ...

9年弱 前 | 1 件の回答 | 0

1

回答