Feeds
提问
mex setup gfortran mac osX
Gentlemen, I'm trying to run "mex -setup -v FORTRAN" and I get the following response. I have MATLAB 2015a and gfortran 6.1. Any...
8 years 前 | 0 个回答 | 1
0
个回答已回答
how to clear variables in code generation ?
Thanks for your response! nothing in particular, the code is running fine. but the speed at which the mex is running is multiple...
how to clear variables in code generation ?
Thanks for your response! nothing in particular, the code is running fine. but the speed at which the mex is running is multiple...
11 years 前 | 0
提问
how to clear variables in code generation ?
Hello, I'm trying to generate C-code from Matlab using "codegen". Codegen does not support "clear var1" call, considering "v...
11 years 前 | 2 个回答 | 0
2
个回答提问
stable approximation of (1/cosx)
I'm trying to simulate a function that has a 1/cos(x) term. The value of 1/cos(x) tends to infinity as cos(x) approaches zero. I...
11 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB Crashes while I try to generate C-code
Hello! I've a perfectly working M-file, it does solve a finite element problem and generates several vectors and matrices of d...
11 years 前 | 1 个回答 | 0
1
个回答已回答
How to delete rows/columns of a matrix in Embedded Matlab Fcn?
Thanks for your response. And let me explain, no i'm not intending to write C-code. I'm writing an embedded matlab function to g...
How to delete rows/columns of a matrix in Embedded Matlab Fcn?
Thanks for your response. And let me explain, no i'm not intending to write C-code. I'm writing an embedded matlab function to g...
11 years 前 | 0
提问
How to delete rows/columns of a matrix in Embedded Matlab Fcn?
I'm trying to remove specific set of rows and columns of a matrix. In MATLAB, i can just assign them to '[]'. I hope I cannot do...
11 years 前 | 3 个回答 | 0
3
个回答已回答
Best way to specify parameters for a Simulink Embedded Matlab Fcn
Finally! %#codegen gives the capability of passing the parameters as a structure and that is neat now. Thanks!
Best way to specify parameters for a Simulink Embedded Matlab Fcn
Finally! %#codegen gives the capability of passing the parameters as a structure and that is neat now. Thanks!
11 years 前 | 0
| 已接受
提问
Best way to specify parameters for a Simulink Embedded Matlab Fcn
I have a fairly large Embedded matlab function that calls 20 other functions that are referenced below in the same Matlab Fcn bl...
11 years 前 | 1 个回答 | 0
1
个回答提问
Solving ODE, simulink vs matlab
Usually, when a set of dynamic equations (nonlinear or linear) are to be solved, we use 'integrator' block in simulink. On the o...
13 years 前 | 0 个回答 | 0
0
个回答已回答
Calculation of dead time and time constant for non linear system
Calculation of dead time is a bit debatable aspect, you might want to look at a data based approach, like system identification....
Calculation of dead time and time constant for non linear system
Calculation of dead time is a bit debatable aspect, you might want to look at a data based approach, like system identification....
13 years 前 | 0