Neil Solan
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
106,286
of 295,486
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
14.29%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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
Feeds
Question
How to find (x,y) for peaks of a plot?
I am using findpeaks() to get the (x,y) coordinates of the peaks of my plot, but it is giving me the x value in weird numbers. S...
6 years ago | 1 answer | 0
1
answerQuestion
How to Fix: Index Exceeds Matrix Dimensions
I am getting the error, 'Index Exceeds Matrix Dimensions' and I'm not sure why. Code: clear clc close all %...
6 years ago | 1 answer | 0
1
answerQuestion
Inner Matrix Dimensions Must Agree
Here is my code: clear clc close all %Constants: m_b = 0.3; %[kg] m_f = 0.025; %[kg] m_r = 0.1; %[kg]...
6 years ago | 0 answers | 0
0
answersQuestion
What argument is Missing from this Function?
I'm getting the 'Not Enough Input Arguments' error on my function and I can't for the life of me figure out why? Can someone poi...
6 years ago | 1 answer | 0
1
answerQuestion
Not Enough Input Arguments in ODE Solver
I'm getting the error that there are not enough input arguments in my ODE function. However, every variable in the equation is l...
6 years ago | 1 answer | 0
1
answerQuestion
Not Enough Input Arguments ode15s
Trying to solve an ODE using ode15s and I'm getting this error: Not enough input arguments. Error in Homework3>ode1 ...
7 years ago | 1 answer | 0
1
answerQuestion
for loop with multiple inputs
So I know I've done this a million times but it's been a few years since I've used MATLAB and I forget exactly how to go about t...
7 years ago | 1 answer | 0