統計
MATLAB Answers
10 質問
0 回答
ランク
of 179,363
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年弱 前 | 1 件の回答 | 0
1
回答質問
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年弱 前 | 1 件の回答 | 0
1
回答質問
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年弱 前 | 2 件の回答 | 0
