MIMO-Diophantine solver

This function solve MIMO-Diophantine equation.
524 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 (2026). 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
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