Re: Octave, gnuplot e luogo delle radici

#25684
Up
0
Down
::

Le mie difficoltà stanno nell’elaborare grafici nel piano complesso come ad esempio il luogo delle radici e Nyquist.

Qualcuno saprebbe come ovviare a tali difficoltà? Ad esempio, qualcuno sa come fa octave (o matlab) a tracciare un diagramma del genere??

Con MATLAB/Control System Toolbox è semplicissimo tracciare i luoghi delle radici e di Nyquist, i comandi sono nyquist ed rlocus. Altri comandi utili potrebbero essere

# acker – Compute the K matrix to place the poles of A-BK
# bode – Draw the Bode plot
# cloop – Closed-loop transfer function
# conv – Convolution (useful for multiplying polynomials)
# ctrb – The controllability matrix
# eig – Compute the eigenvalues of a matrix
# initial – Plot the free response
# lsim – Simulate a linear system
# nyquist – Draw the Nyquist plot
# obsv – The observability matrix
# place – ompute the K matrix to place the poles of A-BK
# rlocfind – Find the value of k and the poles at the selected point
# rlocus – Draw the root locus
# roots – Find the roots of a polynomial
# ss2tf – State-space to Transfer function representation
# ss2zp – State-space to Pole-zero representation
# step – Plot the step response
# tf2ss – Transfer function to state-space representation
# tf2zp – Transfer function to Pole-zero representation
# title – Add a title to the current plot
# zp2ss – Pole-zero to state-space representation
# zp2tf – Pole-zero to Transfer function representation

sono un utente windows, quindi dei problemi che hai con linux non so niente, ma se serve altro per matlab posso aiutarti

Go to top