Statistik
RANG
160.927
of 295.527
REPUTATION
0
BEITRÄGE
11 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
54.55%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortCalling 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...
mehr als 12 Jahre vor | 0
Frage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortUnconstraint 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 ...
mehr als 12 Jahre vor | 0
Frage
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...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 12 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
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...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenChap vector to matrix with special structure.
My own answer: dum=hankel(C) M=dum(1:k,1:n-k+1)
mehr als 12 Jahre vor | 0
| akzeptiert
Frage
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 ...
mehr als 12 Jahre vor | 2 Antworten | 0
2
AntwortenOptimization: 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...
mehr als 12 Jahre vor | 0
Frage
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...
mehr als 12 Jahre vor | 2 Antworten | 0