Releases: extall/fomcon-matlab
FOMCON Toolbox for MATLAB v1.50.4
- Feature: Added a way to convert a
fotf
object to a symbolic expression. The new function isfotf2expr
. Note that this feature requires the Symbolic Math Toolbox. There are some updates to existing functions as well. For example, thepoly2str
function now supports a 4th argument which is the kind of multiplication symbol to be inserted according to need -- by default, it is empty, i.e. no multiplication symbol is inserted, and this is used in FOMCON GUIs when you see the string expressions for FOTF numerator and denominator. - Bugfix: [breaking] FOMCON function
poly2str
being shadowed by a Control System toolbox function of the same name. The solution is to keep this function in FOMCON for backwards-compatibility as an alias tofpoly2str
. To keep consistency, the functionstr2poly
has also been recreated asstr2fpoly
. - Bugfix: (regression?) simulating FOTF models with a delay term resulted in an incorrect concatenation of sample vectors.
FOMCON Toolbox for MATLAB v1.50.3
- Fixed a regression bug that occured in the toolbox package description in v1.50.2 whereby the necessary folders/files were not added to MATLAB path upon installation.
- Updated the documentation (see the README.md file).
- Added the project file for packaging the toolbox.
FOMCON Toolbox for MATLAB v1.50.2
Hotfix for MATLAB R2022a wherein an error is produced when MATLAB is started due to a missing line in the bundled info.xml
file. The file has been removed for now, but may return in the future, when the documentation is updated.
FOMCON Toolbox for MATLAB v1.50.1
The quick-fix release of the toolbox containing the packaged version (MATLAB R2014a/b+ required to install). The fix is only in version number to allow to stramline the toolbox distribution through MathWorks file exchange. No changes to the code of the toolbox are introduced.
Thus, the major features are still such: In this version, the GL solver has been improved, the toolbox configuration options are now stored in the user's home folder, and some bugs/compatibility issues have been fixed. See the CHANGELOG for full details.
FOMCON Toolbox for MATLAB v1.50.0
The first release of the toolbox containing the packaged version (MATLAB R2014a/b+ required to install).
In this version, the GL solver has been improved, the toolbox configuration options are now stored in the user's home folder, and some bugs/compatibility issues have been fixed. See the CHANGELOG for full details.