SALS Toolbox

Structural Analysis of Linear Systems Toolbox
218 descargas
Actualizado 4 sep 2021

Ver licencia

This toolbox is useful to analyze generic properties of linear time invariant dynamical systems characterized by a state-space description. There are functions for structured systems, signed systems, and uncertain systems. Uncertain systems are a generalization of structured and signed systems.

Citar como

Alfred Geisel et. al. (2021). SALS Toolbox Version 1.3.6 (https://www.mathworks.com/matlabcentral/fileexchange/72648), MATLAB Central File Exchange.

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión desde R2018b
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Time and Frequency Domain Analysis en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

code/external

code/internal

test/script

test/script/auxScripts

Versión Publicado Notas de la versión
1.3.6

Error correction in function intf_isSolvableSoli(). This function checks the solvability of a system of linear inequalities. In some situations calling this function caused a runtime error.

1.3.5

Error correction in function formIIIunc( ). There was an error in the recording of the row and column permutations. Update in test script test_formIIIunc.

1.3.4

New function cdm2ComplVect to generate a representative of a complex sign vector.
New test script to test the function cdm2ComplVect.

1.3.3

New functions to test uncertain systems for sign controllability and sign stabilizability and to determine unions and intersections of uncertain matrices. Modification of functions due to MATLAB performance issue beginning with R2019b.

1.3.2

Modification in function csvFromComplVect() to avoid wrong classifications of complex vectors due to numerical issues. Test script test_csvFromComplVect added.

1.3.1

Error corrections in functions pissc() and intf_isSolvableSoli(). See release notes for details.

1.3

Functions to test for sign controllability and sign stabilizability are included.

1.2.5

genAllCsv( ) now generates all complex sign vectors in single sign matrix representation and in construction data matrix representation.
Functions to convert between different representations of complex sign vectors included.

1.2.4

Error correction in function csvFromComplVect(): In version 1.2.3 the complex sign vector of the conjugate complex input vector has been determined for row vector inputs. Problem is fixed in this version.

1.2.3

New functions for handling complex sign vectors. Details see release notes of this version.

1.2.1