calculating z transform of vector matlab

3.1k Views Asked by At

Ive been reading the matlab guide of z-transform but cant find the solution. How do you calculate the z-transfom of : x[n] = [5,6,9,7,2];?

ztrans([5,6,9,7,2],n,z); (in mupad)

but this didnt give the solution.

1

There are 1 best solutions below

0
On

Do it in the actual command window, not mupad. Follow the examples to learn:

https://www.mathworks.com/help/symbolic/ztrans.html