photo

Sean Flanagan


Last seen: 11ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
67,909
of 301,708

評判
0

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

回答採用率
42.86%

獲得投票数
0

ランク
 of 21,391

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,162

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


How do you add a multiplication in the numerator of a transfer function.
The equation I need to represent as a transfer function is 5*e-ts/s+5. I coded as follows but my numerator returns as + 5 i nee...

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

2

回答

質問


I keep getting "Array indices must be positive integers or logical values". error
Heres my code, why do I get the error? clc clear % Given values L = 0.05; qL = -100-(4.6611*5); qR = -300+(0.3869*5); x...

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

2

回答

質問


need a for loop that displays value at each point of x.
I need to write a for loop that performs the same calculation as cumtrapz. I have written this code to solve for the total t...

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

2

回答

質問


Use trapezoidal method to find the deflection at each measurement point.
Hi, I have the following 21x2 matrix I need to use loops and trapezoidal method to find the deflection at each measureme...

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

1

回答

質問


I need to perform element by element subtractions within a matrix.
I have a 21x2 matrix for a given row say row 12, I need to calculate the errors by using the following numerical schemes; backwa...

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

1

回答

質問


I have two matrices the same size 'F1result' and 'F2result'. I need to compare them element by element and create a new matrices 'F' with whichever value is greater.
[M,N] = size(MagGridForceAX); % Establish dimensions for row and column loop counters for i = 1:M for j = 1:N % C...

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

2

回答

質問


Hi, does anyone know how to stop my for loop overwriting? I need my answer to be a matrix with each element being a 2x2 matrix also.
[M,N] = size(MagGridForceAX); % Establish dimensions for row and column loop counters for i = 1:M for j = 1:N % C...

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

1

回答