Martijn - MATLAB Central
photo

Martijn


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/12 to 04/25Use left and right arrows to move selectionFrom 03/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

11 質問
5 回答

ランク
212,641
of 298,086

評判
0

コントリビューション
11 質問
5 回答

回答採用率
54.55%

獲得投票数
0

ランク
 of 20,530

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,316

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


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 ...

12年以上 前 | 2 件の回答 | 0

2

回答

質問


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...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

13年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Calling 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...

13年弱 前 | 0

質問


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...

13年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

約13年 前 | 1 件の回答 | 0

1

回答

回答済み
Unconstraint 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 ...

約13年 前 | 0

質問


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...

約13年 前 | 2 件の回答 | 0

2

回答

回答済み
Find a fuction to a vector
Sorry, could you be more specific?

約13年 前 | 0

質問


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...

約13年 前 | 4 件の回答 | 0

4

回答

質問


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...

約13年 前 | 2 件の回答 | 0

2

回答

回答済み
Chap vector to matrix with special structure.
My own answer: dum=hankel(C) M=dum(1:k,1:n-k+1)

約13年 前 | 0

| 採用済み

質問


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 ...

約13年 前 | 2 件の回答 | 0

2

回答

回答済み
Optimization: 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...

約13年 前 | 0

質問


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...

約13年 前 | 2 件の回答 | 0

2

回答