photo

Andy Zelenak


Last seen: environ un mois il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
  • Thankful Level 1
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 2
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Cannot generate C code from MPC object
I have a Model Predictive Controller designed in MATLAB. I can generate MEX for it like so: cfg = coder.config('mex'); cfg.Ena...

6 mois il y a | 1 réponse | 0

1

réponse

Réponse apportée
fatal error: coder_posix_time.h: No such file or directory
After searching my hard drive, I see that the header file I needed was located in /home/andyz/MATLAB/R2019a/toolbox/eml/external...

plus de 4 ans il y a | 0

Question


fatal error: coder_posix_time.h: No such file or directory
I added tic to a bit of Matlab code that was previously working just fine with CodeGen. Now, running CodeGen causes this error: ...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
Coder linking error with multiple C dependencies
I needed to add the library to the codegen command in my build script: codegen -config cfg ... /usr/local/lib/mylib.so

presque 5 ans il y a | 0

| A accepté

Question


Coder linking error with multiple C dependencies
With Coder, I'm trying to compile a function matlab_code.m. It depends on an external C-file, c_code1.c. c_code1.c must be buil...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How do I instantiate a java interface from matlab?
I can confirm that it is possible to do this. I've used javaMethod(...) to call public static methods of a Java class which impl...

presque 5 ans il y a | 0

Réponse apportée
Cannot find Matlab Coder, however its installed
A potential cause is having multiple MATLAB licenses available. Say, several student licenses and the toolbox is associated with...

environ 5 ans il y a | 0

A soumis


Lyapunov Nonlinear Control GUI
This GUI can simulate and regulate a nonlinear dynamic system.

presque 8 ans il y a | 7 téléchargements |

Thumbnail

A soumis


AndyZelenak/three_simple_PIDs
Simple first, second, and 3rd-order PID simulations.

plus de 8 ans il y a | 1 téléchargement |

Thumbnail