Community Profile

photo

Shae Morgan


Last seen: 4 meses hace Con actividad desde 2015

Followers: 0   Following: 0

Contacto

audiologist. new to matlab

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta