photo

Thomas Gahan


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 2 answers | 0

2

answers