Feeds
提问
Putting transfer function expression in the title of a bode plot
Hi I am trying to put a transfer function expression in the title of a bode plot. This code worked in 2010b. I am now using R...
6 years 前 | 1 个回答 | 0
1
个回答提问
Putting transfer function expression in the title of a bode plot
Hi Consider the following code snippet: num=[1 2]; den=[1 7 49]; trans=tf(num,den); tran=evalc(trans); bode(tr...
9 years 前 | 2 个回答 | 0

