photo

Mohammad Alzoubi


Last seen: 5年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
195,262
of 301,493

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,300

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,813

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to plot the “Response” and the “damping exponential function of the transient solution” on the same figure?
how to plot the exponential curve like this pucture on the same figure ? I have done this part of the code ------- clear all;...

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

1

回答

質問


How to put a variable in transfer function num and den?
when i include a symbolic variable in a numenator of transfer function clear all;clc; syms k; n1=[k]; d1=[1 10]; G=tf(...

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

1

回答

質問


How can I showe laplace answer
clear;clc; syms s t Y y(t); DE=diff(y(t),t,2)+4*diff(y(t),t)+3*y(t) LL=laplace(DE) LL = 4*s*laplace(y(t), t, s) - D(y)(0) - ...

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

1

回答