
Shae Morgan
Followers: 0 Following: 0
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