![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8328940_1524136316276_DEF.jpg)
Govind Narayan Sahu
Followers: 0 Following: 0
Statistik
RANG
212.904
of 297.016
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
How to make a transfer function minimum phase?
Dear MATLAB Community, I have a plant Transfer Function which is non minimum phase. I want to make it stable minimum phase syst...
fast 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why State-space output giving unstable behavior in designing Kalman filter
Hello MATLAB Community, My final objective is to find a Kalman filter gain matrix. I have expanded state space matrix, A, C fro...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenHow to solve this problem: Not enough input arguments. Nonlinear equations, Vegstein
use @ symbol with f1 as given below: [x1f1_vegstein,k] = veg(@f1,1.4,1.8); After that you will get the root but also get the...
mehr als 4 Jahre vor | 0
I need to create a matrix with for loop.
clear;clc n =1:1:3; for i = 1:length(n) A{i} = [n(i) 0; 0 2*n(i)] AA = blkdiag(A{:}) end
mehr als 6 Jahre vor | 0