OutputResponse issue
- To: mathgroup at smc.vnet.net
- Subject: [mg128884] OutputResponse issue
- From: Eduardo M. A. M. Mendes <emammendes at gmail.com>
- Date: Sun, 2 Dec 2012 04:58:40 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Hello Can anyone help me with the following issue? Plot[Chop at OutputResponse[TransferFunctionModel[0.53/(0.53+2 s+3 s s+s s s),s],UnitStep[t],t],{t,0,10}] which returns OutputResponse::nsymb : "0.0002042857142857143` must be a symbol. \ =91=99=98ButtonBox["", Appearance->{Automatic, None}, BaseStyle->"Link", ButtonData:>"paclet:ref/OutputResponse", ButtonNote->"OutputResponse::nsymb"]" and several other msgs. I have tried a different approach restfmf[t_,k_]:=OutputResponse[TransferFunctionModel[(k 1.06)/(k 1.06+2 s+3 s s+s s s),s],UnitStep[t],t]; Plot[Chop@Evaluate@restfmf[t, 0.5], {t, 0, 10}] but got the same error messages What am I missing here? Many thanks Ed
- Follow-Ups:
- Re: OutputResponse issue
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: OutputResponse issue
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: OutputResponse issue