MIMO-Diophantine solver

This function solve MIMO-Diophantine equation.

You are now following this Submission

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 .

Categories

Find more on Model Predictive Control Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

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

1.0.0.0