Can anyone confirm whether this code will work on matlab online?

1 次查看(过去 30 天)
I'm planning to buy a student license.
So can you please confirm whether this code will work on matlab online? So that after I purchase there won't be any issue
(unable to download and run matlab at the moment. That's why I'm going to use it online)
syms n;
f = (1/2)^n + (-1/3)^n;
F = ztrans(f)
F2 = collect(F)
[num,den] = numden(F2);
Ts = 0.1; % Sampling period
H = tf(sym2poly(num),sym2poly(den),Ts)
pzmap(H)

采纳的回答

Joe Vinciguerra
Joe Vinciguerra 2019-11-30
编辑:Joe Vinciguerra 2019-11-30
This is from ios.

更多回答(0 个)

社区

类别

Help CenterFile Exchange 中查找有关 Platform and License 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by