photo

Virendra Kowale


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

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
191,038
of 300,853

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


I am designing a filter for signal processing of the cnc milling machine data but I am unable to receive filtered signal
Fs = 1600.0; % Sampling frequency in Hz % freq1 = 200; ...

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

1

回答

質問


Error while executing the simulation?
clear all close all clc s = -14.5 A = [-3, 5, -7, 0; 0.5, -1.5, 0.5, -7.5; -5, 0, -3, 0; -0.5, -5, 0, -7]; B = [1, 0; 0, ...

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

1

回答

質問


I want to use 'u' as zero matrix in order to simulate the matrix but I am receiving the following error, which is mentioned below the code. what's the possible solution?
clear all close all clc s = -14.5 A = [-3, 5, -7, 0; 0.5, -1.5, 0.5, -7.5; -5, 0, -3, 0; -0.5, -5, 0, -7]; B = [1, ...

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

1

回答

質問


how to simulate using lsim command I am receiving error because of variable 't'(time).
s = -14.5 A = [-3, 5, -7, 0; 0.5, -1.5, 0.5, -7.5; -5, 0, -3, 0; -0.5, -5, 0, -7]; B = [1, 0; 0, -1; -2, 0; 0, 1]; C...

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

1

回答

質問


how to calculate the unknown matrix
clear all close all clc s = -14.5 % syms s A = [-3, 5, -7, 0; 0.5, -1.5, 0.5, -7.5; -5, 0, -3, 0; -0.5, -5, 0, -7]; B = ...

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

1

回答

質問


how to find the basis of a null space of matrix in matlab
I am attaching the pics, which will help you in understanding what I am saying and what I want. Basically I want to know how to ...

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

1

回答

質問


Matlab row Subtraction operation change only 2nd row
In Matlab after subtraction operation of row2 of the same matrix(eg:-row2' = row2-row1) how to rewrite the resulatant matrix whe...

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

1

回答

質問


Matlab row subtraction of matrix
Matlab subtractions of rows of matrix(eg:- row2-row1) and then how to rewrite the resulatant entire matrix where 2nd row = row2...

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

2

回答