MIMO-Diophantine solver

This function solve MIMO-Diophantine equation.
516 Downloads
Updated 24 Jun 2013

View License

This function solve MIMO-Diophantine equation.
This equation should be in this form
I = E(j)*A_tild + z^(-j)*F(j)
This equation is based on chapter 6 of Model Predictive Control Book by
E.F Comacho and C. Bordons.
[G,Gp,F,E] = mimodioph(A,B,N)
where A and B are the polynomials are calculated from system transfer function as following example.
please contact me for any question or suggestion.

Cite As

davood shaghaghi (2024). MIMO-Diophantine solver (https://www.mathworks.com/matlabcentral/fileexchange/39676-mimo-diophantine-solver), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Model Predictive Control Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

an example (as comment) is added in m-file and other explanations in "Description" section.
thanks.

1.0.0.0