Rebeka - MATLAB Central
photo

Rebeka


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 07/22 to 04/25Use left and right arrows to move selectionFrom 07/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 質問
1 回答

ランク
171,577
of 297,922

評判
0

コントリビューション
7 質問
1 回答

回答採用率
42.86%

獲得投票数
0

ランク
 of 20,504

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,878

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • First Answer

バッジを表示

Feeds

表示方法

質問


How to add a line on the surface plot at a specific x value?
I have a surface plot and I want to highlight some values on the surface, say at few specific x values. How do I do that? Below ...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


How reliable is the approximate solution computed by ode45 with default 'Abstol' and 'Reltol' values (the analytic solution of the ode is unknown)?
I stumbled upon some unexpected results while numerically solving a system of odes using the 'solve_ivp' function in Python. My ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How do I plot a Poincare plot for a non-autonomous ODE's?
I have system of damped driven double pendulum which is given by a set of 5 ODE's. I want to plot the Poincare map of the soluti...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How do I plot a bifurcation diagram with known dynamical equations of motion (> 3 dimension)?
I have equation of motions for a system.The system is given by, d[y]/dt=[f(x,t,parameters)] where, [y] is say 5 dimensional. I ...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


How can I import multiple fig files into a single figure in a tiled layout?
I want to import multiple figures into one figure in a tiled layout where there will be a single row two column, but 2nd column...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to separate alternate elements from an array?
I have a matrix. A=[1 2 3 4 5 6 7 8] I want to separate the alternate elemets from the array. I tried to do this, N=[1 2 3 4...

2年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How can i delete zeros of a Simulation Output?
a=[1 0 9 7; 3 4 5 6; 0 5 0 0; 2 3 4 5; 1 1 1 1]; x=size(a); m=x(1); n=x(2); for i=1:m for j=1:n if a(i,j)==0 ...

2年以上 前 | 0

質問


Can I handle mathematical expressions as an outcome in Matlab?
There is a matrix equation, , where, and . Elements of are known. Also are known. Therefore for each I want to calculate the ...

2年以上 前 | 0 件の回答 | 0

0

回答