photo

Bandar


2014 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


How to find the intercept point(s) between the radial line (i.e. damping ratio) and the root locus?
I would like to automatically detect the intercept point(s) between the radial line which corresponds the damping ratio (i.e. th...

5年以上 前 | 1 件の回答 | 1

1

回答

回答済み
Help with accessing variables outside a function
This is my code for your question function [] = input_data(a, b) file = fopen('data.txt', 'a+'); % append data to a...

約10年 前 | 0

| 採用済み

回答済み
Draw lines between points
In this case you better build your own function to draw a line given two points. function [] = drawLine(p1, p2) the...

約10年 前 | 2