Community Profile

photo

Govind Narayan Sahu


Last seen: 10 mois il y a Actif depuis 2018

Statistiques

  • Explorer
  • First Review
  • First Answer

Afficher les badges

Content Feed

Afficher par

Question


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...

11 mois il y a | 1 réponse | 0

0

réponse

Question


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...

environ un an il y a | 1 réponse | 0

0

réponse

A répondu
How 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...

plus de 3 ans il y a | 0

A répondu
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

plus de 5 ans il y a | 0