Estadística
11 Preguntas
5 Respuestas
CLASIFICACIÓN
160.931
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
xPC-target slower than Simulink in my application?!
Hi everyone, I am running a Simulink model consisting of 3 C-mex S-functions with static linked libraries to an optimization ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Simulink user defined function: undefined variable or function
Dear all, When using a user defined Matlab function in Simulink, with the following structure: function xdot = fcn(x,u...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Create a DOSloader bootable USB drive for xPC-Target
I wish to use the DOSloader option of xPC-target to boot my computer from USB DOS drive into xPC-target. This consist of 2 steps...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Convert a MEX-function to an S-function
Dear all, I want to implement an opensource nonlinear solver in Simulink such that it is suitable for code-generation (XPC-ta...
más de 12 años hace | 1 respuesta | 0
1
respuestaCalling mex function from within Simulink
I am running into a simular problem as described above. I am looking for more specific information on how to construct an S-func...
más de 12 años hace | 0
Pregunta
Call a MEX function from Simulink
Dear all, I have a .mex64 function that was build from C++ libraries (IPOPT solver) and is able to solve an optimzation probl...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Pre-allocating a function since initialization is slow
Hi guys, Consider this code: clc; clear all; t2=linspace(0,pi,10); f2=cos(t2); tic; cumtrapz(t2,f2); t1=toc...
más de 12 años hace | 1 respuesta | 0
1
respuestaUnconstraint optimization: providing good intial guess does not lead to lower calculation times
I can also guess that it might have something to do with the estimator of the gradient. Close to the optimum, the cost function ...
más de 12 años hace | 0
Pregunta
Unconstraint optimization: providing good intial guess does not lead to lower calculation times
Dear all, I have a simple optimization problem in which I approximate a set of points by a B-spline. This is done by optimizi...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Efficient Row x Collumn multiplication
Hi all, Consider the vectors: A of size; s x 4 B of size; 4 x s Now, I am only interested in the product A(i,:)*B(:,i...
más de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
Create a vector with block elements of the same value
For my superfast code (no element wise evaluation of collocation points, but vector-wise) to evaluate Uniform cubic B-splines, I...
más de 12 años hace | 2 respuestas | 0
2
respuestasChap vector to matrix with special structure.
My own answer: dum=hankel(C) M=dum(1:k,1:n-k+1)
más de 12 años hace | 0
| aceptada
Pregunta
Chap vector to matrix with special structure.
I have a collumn vector consisting of n elemtents (size nx1): P=[P1 ..... Pn]' What I which to do, is transform this into ...
más de 12 años hace | 2 respuestas | 0
2
respuestasOptimization: share additional output of cost function with constraint function
I found the answer after some struggeling with passing on the parameters. Here is the solution: [Cost,Nonlincontr]=Objecti...
más de 12 años hace | 0
Pregunta
Optimization: share additional output of cost function with constraint function
I have a well defined optimization problem in which I have a separate cost function and a separate constraint function: Cos...
más de 12 años hace | 2 respuestas | 0