Statistics
10 Questions
0 Answers
RANK
238,216
of 302,082
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 21,533
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,698
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to plot graph with 1 y-axis and 2 x-axes ?
How can I create a plot with 1 y-axis and 2 x-axes (1 at bottom and 1 at the top) using the *plot command*? I have seen example ...
9 years ago | 1 answer | 0
1
answerQuestion
How to compute the average between vectors not as 'element by element'?
Hello, I solved in a numerical iterative way a problem and from each iteration I got a solution. This solution is a set of 3 pa...
9 years ago | 1 answer | 0
1
answerQuestion
How to extend a curve to another curve and find their intersection?
I have two different curves and I want to extend the blue one until it intersects the green one. Find this intersection point an...
9 years ago | 1 answer | 0
1
answerQuestion
How to set boundaries for "fill" command with more than 2 curves having different number of points?
I have 3 different curves obtained by experiments: - C1=[x1,y1] - C2=[x2,y2] - C3=[x3,y3] . These curves are of different...
9 years ago | 1 answer | 0
1
answerQuestion
Problem with filling the area inside a group of curves
I have a series of curve, 3 in this particular case. I want to shade the envelope contained by these curves but I get this stran...
9 years ago | 1 answer | 0
1
answerQuestion
Make an iterative procedure for a nonlinear ODE solution up to a threshold value.
Hi, I've been able to solve my nonlinear differential equation for one set of boundary conditions (s(0), s'(0)). Now what I need...
9 years ago | 0 answers | 0
0
answersQuestion
Solve a II ODE numerically, imposing a stop criterion in the iterative procedure
Hello everybody! I'm quite a new user of Matlab and the problem I'm facing it's not so trivial for me, honestly I don't have a c...
9 years ago | 0 answers | 0
0
answersQuestion
How can I extend a vector, representing a curve data, to a desired final dimension N of this vector without changing the curve "behaviour"?
I have two vectors that I want to plot one against the other as (x,y). This two vector are retrieved from scattered results of e...
10 years ago | 1 answer | 0
1
answerQuestion
Second order differential equation, I get a wrong result and i don't understand what I did wrong...
Report my code. I want to solve this II order diff. eq. and as results I get y as a 2x11 double with all the values equal to ze...
10 years ago | 1 answer | 0
1
answerQuestion
I have two for loop which generate as result a vector. Every time I get a vector I want to store it inside a matrix. So, this finial matrix will have every index being a vector. I can't find a way to do it.
Hello everybody. I'm new with Matlab and maybe the problem I'm facing is trivial, but not for me. In my script I have two ...
10 years ago | 2 answers | 0
