Community Profile

photo

Shae Morgan


Last seen: 3 months ago Active since 2015

audiologist. new to matlab

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 2 answers | 0

2

answers

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 1 answer | 0

1

answer