photo

Suat Gumussoy

MathWorks

2012년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

0 질문
9 답변

순위
3,296
of 301,327

평판
18

참여
0 질문
9 답변

답변 채택
0.00%

획득한 표
9

순위
 of 21,234

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,995

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
hinfnorm command
Bode, sigma plot and norm commands work for descriptor systems. Assuming system matrices are a,b,c,d,e. Define your descriptor s...

13년 초과 전 | 1

답변 있음
hinfnorm command
You're welcome. If you have singular E, I suggest to use dss and create ss object. bode, sigma and norm are defined for descript...

거의 14년 전 | 1

답변 있음
hinfnorm command
About hinfnorm... this function is not implemented to be used with descriptor systems. see line 45 in hinfnorm function [a,b,...

거의 14년 전 | 1

답변 있음
hinfnorm command
I double checked the computation in your version of MATLAB R2011a, norm(sys,inf) gives 0.0086 at frequency 0 and this is consist...

거의 14년 전 | 1

답변 있음
hinfnorm command
Which matlab version do you have?

거의 14년 전 | 1

답변 있음
hinfnorm command
As I pointed out earlier, svd plot (in this case bode) and norm(sys,inf) are consistent. >> [f,w]=norm(sys,inf) f = ...

거의 14년 전 | 1

답변 있음
hinfnorm command
B data has incompatible dimensions.

거의 14년 전 | 1

답변 있음
hinfnorm command
Some other things... assuming that plant matrices E,A,B,C,D, you can create and ss object by sys = dss(A,B,C,D,E); and eigen...

거의 14년 전 | 1

답변 있음
hinfnorm command
Could you send me or post your plant that you used for norm computation? I suggest you to use norm(sys,inf,tol) with desired to...

거의 14년 전 | 1