Kebels3 - MATLAB Central
photo

Kebels3


Last seen: 3年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

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

6 質問
0 回答

ランク
166,195
of 297,695

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,466

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,380

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Same result but without ode45
Hi guys, for a school test i need to rewrite this code, but whitout the function ode45 F = @(t, x) [x(2); -0.1/50*x(2) - 2*x(1...

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

1

回答

質問


Plot a graph with linspace
Hi guys, I want to plot this graph with Linspace, This is what i got; t = linspace(0,3,4) u = [1 1 0 0] plot(t,u)

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

1

回答

質問


Solving a mass-spring-damper system with ode45
Hi guys This code is for a with mass-spring-damper system 𝑚 = 50 kg 𝑘 = 100 N/m 𝑐 = 0.1 Ns/m F = @(t, x) [x(2); -0.1/50...

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

1

回答

質問


Solving an ode without ode45
Hi guys, I want to solve an ODE but i dont want to use ode45. I want to numerically intergrate v and s. Im stuck at this point...

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

0

回答

質問


Solving an ODE in matlab
Can you guys help me? ?̈(?) = -(0.1/50) ?̇(?)-2?(?) How to numerically integrate to find a solution for ?? Speed of the ma...

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

2

回答

質問


Make a bode plot without bode()?
Is there a way to make a bode plot without using the function bode()? This is the transfer function which i am working with s...

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

1

回答