photo

Rafael Fehér


Last seen: 4年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
21,548
of 300,765

評判
2

コントリビューション
6 質問
0 回答

回答採用率
50.0%

獲得投票数
2

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


If Statement In ode45() With Symbolic Variables
I have the following system of two Second-Order ODEs: syms q(t) y(t) structure_oscillator = diff(y,2) == -2 * zeta * diff(y) -...

約5年 前 | 0 件の回答 | 0

0

回答

質問


Using ode45 To Solve a System of 2nd Order ODEs
I have the following set of 2 Second Order ODEs: I need to solve these equations simultaneously, so that in the first equati...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Phase Angle in Vortex-Induced Vibrations
Dear Matlab community, I'm having problems when trying to calculate and plot the phase angle of a cylinder undergoing Vortex-In...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Using DisplayName Within a Loop
I'm trying to plot multiple different legends to my plot. I'm trying the following code: col_sim = {'-ro', '-bs', '-*k','-gx'...

約5年 前 | 2 件の回答 | 1

2

回答

質問


Adding Horizontal Offset Within a Loop
I need to plot this figure in Matlab: The code here is simply: for i=5:16 plot(DataRx(:,i),DataRy(:,i)) hold on e...

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

1

回答

質問


Adding multiple lines in plot using annotation
I want to add 3 lines to my plot using annotation, but I can't figure out one way to do it jumping line. I'm trying: dim = [0.1...

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

2

回答