Feeds
질문
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...
거의 2년 전 | 답변 수: 1 | 0
1
답변답변 있음
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...
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...
거의 6년 전 | 0
질문
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: ...
거의 6년 전 | 답변 수: 2 | 0
2
답변답변 있음
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
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
대략 6년 전 | 0
| 수락됨
질문
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...
대략 6년 전 | 답변 수: 1 | 0
1
답변답변 있음
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...
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...
대략 6년 전 | 0
답변 있음
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...
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...
6년 초과 전 | 0
제출됨
Lyapunov Nonlinear Control GUI
This GUI can simulate and regulate a nonlinear dynamic system.
9년 초과 전 | 다운로드 수: 4 |
제출됨
AndyZelenak/three_simple_PIDs
Simple first, second, and 3rd-order PID simulations.
거의 10년 전 | 다운로드 수: 1 |






