jueves
Industrial
- Apr 10, 2010
- 1
i have a transfer function for example like this
a=tf([1],[1 2])
i make a discrete fcn
b=c2d(a,0.1)
the answer is
x
-------
z-y
and now i need to put constants "x" and "y" into variables (for example "c" and "d") and use them in M-file
thanks for help
a=tf([1],[1 2])
i make a discrete fcn
b=c2d(a,0.1)
the answer is
x
-------
z-y
and now i need to put constants "x" and "y" into variables (for example "c" and "d") and use them in M-file
thanks for help