Community Profile

photo

Bandar


Active since 2014

Statistics

  • First Review
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Question


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

meer dan 5 jaar ago | 1 answer | 1

1

answer

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

bijna 10 jaar ago | 0

| accepted

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

bijna 10 jaar ago | 2