Software

Dynamic System Modeling & Analysis with MATLAB & Python: For Control Engineers


MATLAB_GPU_Tutorial.pdf

MATLAB/GPU Interface Programming Example

  • MATLAB/GPU Interface Howto: pdf slides available in below

  • Source Codes: codes are available in below

  • This is distributed under the BSD License .

matlab_cuda_example.tar.gz
sare.m

Special Algebraic Riccati Equation (SARE) Solver in MATLAB

  • ATX + AX + XGX + Q = 0, where A is stable, G ≥ 0, Q ≥ 0

  • MATLAB function for solving SARE: can be downloaded in below

  • This is distributed under the BSD License .

  • Why is this distributed under the BSD License? Read this.

Python