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...
대략 7년 전 | 답변 수: 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...
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...
11년 초과 전 | 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...
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...
11년 초과 전 | 2


