Search
 
SCRIPT & CODE EXAMPLE
 

MATLAB

matlab tf get poles

% Variables
zeta=0.5;
omegan=1;

% Transfer function
sys=tf([omegan^2],conv([1],[1 2*zeta*omegan omegan^2]))

% Get poles
pole(sys)
Comment

PREVIOUS NEXT
Code Example
Matlab :: how to print ceratin rows of dataframe 
Matlab :: geom_density_2d 
Matlab :: how to multiply matrixes in matlab 
Basic :: mongodb command remove by _id 
Basic :: tmux basic commands 
Basic :: watch starward ascii command 
Basic :: Detailview with form mixing 
Basic :: script to add value of 2 coulms of grid and show result in 3rd column 
Basic :: sequnce function vb.net 
Elixir :: elixir check type data 
Elixir :: elixir enum each 
Elixir :: phoenix ecto query expression 
Elixir :: elixir pipeline 
Scala :: scala function 
Scala :: scala merge list of strings 
Actionscript :: reset udemy course 
Excel :: google sheets concatenate non blank cells from two columns 
Excel :: convert number to date in excel 
Perl :: perl add to hash 
Perl :: How to run a pearl script 
Pascal :: array pascal 
Powershell :: Windows 10 fbomber Batch Script 
Clojure :: how to do operations inside a list clojure 
Assembly :: vmware workstation player disable side channel mitigations 
Assembly :: difference between machine language and assembly language 
Assembly :: get public ssh key 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery check if screen size 
Javascript :: Error: Node Sass version 5.0.0 is incompatible with ^4.0.0. 
Javascript :: json object length in javascript 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =