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!