photo

Ajey Pandey


UMass Amherst

Active since 2018

Followers: 0   Following: 0

Message

He/him pronouns.

I'm a Mathworks EDG intern! I go to school at UMass Amherst for electrical engineering.

Statistics

MATLAB Answers

0 Questions
10 Answers

RANK
3 463
of 300 338

REPUTATION
16

CONTRIBUTIONS
0 Questions
10 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20 922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Which test should I select to see if my data is normally distributed?
Hello, Pilar, From what I can tell, the Distribution Fitter app is what you're looking for. Here's a tutorial for using it...

mer än 7 år ago | 1

| accepted

Answered
How I plot parametric ellipse ,, tangenten and perpendicular.?
To piggyback off Kaleesh's comment, the documentation for plot offers a tutorial for plotting parametric equations. <https:/...

mer än 7 år ago | 0

Answered
How to solve two complex equations by one another?
I think you're calling m incorrectly. To set an equation, you need an == AND an =. The former defines the equation, the latter g...

mer än 7 år ago | 0

| accepted

Answered
how to work out this differential equation
Hi, Kai! Simulink offers a pile of tools for handling differential equations. I'd run through this set of tutorials and get s...

mer än 7 år ago | 0

Answered
Use Matlab as external midi controller
There are the midisend and midimsg functions in R2018a: <https://www.mathworks.com/help/audio/ref/mididevice.midisend.html> ...

mer än 7 år ago | 0

Answered
Modifying the example "Read from Microphone and Write to Audio File". Help!
Hi, Nuri! I tried your code on my machine (with a microphone-headset combo), and I managed to get a .wav file with audio. ...

mer än 7 år ago | 0

Answered
Plotting a 2D matrix
Plot3 is looking for a parameterized function. So for example, if you set a linspace as t, then the other two arguments for plot...

mer än 7 år ago | 0

Answered
It stops in for loop even it is short.
Another approach you can try if your code hangs: Open up the task manager on your machine. It might be called "Activity Monit...

mer än 7 år ago | 0

Answered
MATLAB to calculate .wav file intensity?
Hi, Jen! Audio System Toolbox has a couple of tools for this: splMeter measures sound pressure level in dB: <https://www.m...

mer än 7 år ago | 1

| accepted

Answered
How do i change the gain of an audio using an equalizer i made?
You may be clipping your signal at your highest gain. Is your gain slider set to dB or to raw multiples? (Is your gain function ...

mer än 7 år ago | 0