SALS Toolbox

版本 1.3.6 (2.9 MB) 作者: Alfred Geisel
Structural Analysis of Linear Systems Toolbox
217.0 次下载
更新时间 2021/9/4

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2018b
与 R2018b 及更高版本兼容
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Time and Frequency Domain Analysis 的更多信息
标签 添加标签

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

版本 已发布 发行说明
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