arif hussain - MATLAB Central
photo

arif hussain


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/17 to 04/25Use left and right arrows to move selectionFrom 05/17Use 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 回答

ランク
248,098
of 298,204

評判
0

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

回答採用率
57.14%

獲得投票数
0

ランク
 of 20,548

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,571

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


I am facing the dimension error during generating the second order transfer function can any one help me please. i have attached the error pic and code as well.
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; s = xlsread(filen...

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

1

回答

質問


my code is running but it doesnt show the exponential graph .it shows nothing at the graph.
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; ...

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

2

回答

質問


My code continuously giving this error( Error using ./ Matrix dimensions must agree .Error in Untitled14 (line 16) r=w./wd; and the size of w is 60x1 double size of wd is 60x60 double
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; s = xlsread(filenam...

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

1

回答

質問


My code continuously giving this error( Error using ./ Matrix dimensions must agree. Error in Untitled14 (line 16) k = zeta*(w./wd); )
zeta = g * q; j= 1-power(zeta,2); wd = w*power(j,1/2); r=w./wd; k = zeta*r; l=k*sin(wd*t); m=cos(wdt) + l; ...

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

1

回答

質問


I am facing this error (Attempted to access num(:,2); index out of bounds because size(num)=[14341,1]. Error in Untitled10 (line 3) rpm =num(: , 2);
filename = 'first.xlsx'; num = xlsread(filename); rpm =num(: , 2); time =num(: , 1); f= rpm/60; t=1/f; N = l...

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

1

回答

質問


Hello, How can i write divide by 4 micrometer ? code is attached below check the variable s. i am trying to plot frequency vs angular displacement.
filename = 'datacollect2.xlsx'; num = xlsread(filename); rpm =num(: , 2); time =num(: , 1); N = length(num); s=...

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

1

回答

質問


Hello; Can someone please help me matlab doesn't plot my excel data it show the axis only I am trying to make spectral analysis.i have attested the excel file and code as well.
filename = 'datacollect2.xlsx'; N = length(filename); fs = 400; fnyquest = fs/2; num = xlsread(filename); y =...

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

1

回答

回答済み
plot excel data in MATLAB
Hello; Can someone please help me matlab doesn't plot my excel data it show the axis only.i have attested the excel file ...

8年弱 前 | 0