How to replace variable 's' in the transfer function with another variable
이전 댓글 표시
답변 (1개)
Andrei Bobrov
2014년 12월 3일
yourTransferfunction = @(g)d(g+1);
댓글 수: 3
Joshua
2014년 12월 3일
swarmer
2020년 10월 22일
This is known as an Anonymous Function. It is similar to lambdas from other programming like Python. Here is Wiki link if anyone wants to read into it further: https://en.wikipedia.org/wiki/Anonymous_function
Fabio Gavilan
2022년 4월 28일
If you fill in yourTransferfunction(1) you get:
"Error using indexing Subscript no. 2 is out of range."
This does not change the variable in the expected way.
카테고리
도움말 센터 및 File Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!