已回答
In the control systems toolbox, what is the difference between transfer function, state-space, zero-pole-gain, and frequency-response model?
ss(num,dem) ans=num(s)/dem(s) zpk([zeros],[poles],[gain]) ans=k*zeros(s)/poles(s)

8 years 前 | 0

| 已接受

已回答
hi my matrix=12x5, i need to subtract all these and finally get 12x1 i.e 12x1-12x2, result of (12x1-12x2)-12x3,then result of ((12x1-12x2)-12x3)-12x4..................so on
you said that your matrix is 5 cols so (your matrix variable is _mat_ out=mat(:,1); for i=2:5 out=out-mat(:,i);...

8 years 前 | 0

| 已接受

提问


after install ubuntu matlab (win 10 & r2016) is stuck at intiallizing
Hello I have installed matlab 2016 and it worked very well.....yesterday I installed ubuntu alongside with win 10 ... now matlab...

8 years 前 | 1 个回答 | 0

1

个回答

提问


draw min squares in black and white
Hi every I want to plot min squares in black and white like the attachment I had an idea (I didn't try it that i make the...

9 years 前 | 2 个回答 | 0

2

个回答