Can anyone confirm whether this code will work on matlab online?
1 回表示 (過去 30 日間)
古いコメントを表示
Ramith Hettiarachchi
2019 年 11 月 30 日
コメント済み: Ramith Hettiarachchi
2019 年 11 月 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)
0 件のコメント
採用された回答
その他の回答 (0 件)
コミュニティ
その他の回答 遠隔学習コミュニティ
参考
カテゴリ
Help Center および File Exchange で Platform and License についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!