Community Profile

photo

Govind Narayan Sahu


Last seen: 11개월 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Explorer
  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

12개월 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 1년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

거의 4년 전 | 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

거의 6년 전 | 0