Virendra Kowale
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
75.476
of 295.673
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.262
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.257
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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; ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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, ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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, ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 = ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 2 Antworten | 0