photo

Michael Stollenwerk


Last seen: 11 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
32.785
of 300.369

REPUTAZIONE
1

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
77.78%

VOTI RICEVUTI
1

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


Fill up submatrix along third dimension with two dimensional matrix
Given a p by p by N array, e.g. p=3 and N=4, x = NaN(3,3,4); I can easily fill up the 1 by 1 by N submatrix given a "1 by 1 m...

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Provide partial gradient and Hessian to fminunc.
I have the gradient and Hessian in closed form only for a subset of the variables of my objective function. As an example consid...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Matlab turns char into double on cluster.
On the cluster I run matlab -nodesktop -r "program 1" > program_1.out 2>&1 where the first lines of code in "program" look li...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to call objective function in outputfcn or plotfcn during optimization?
I want to minimize a complicated objective function. It returns 1. objective function value and 2. some fit data (like the fitte...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Constructing large covariance matrix from correlations and covariances gives non positive definite matrix.
Let's create a large correlation matrix (simply a symmetric matrix with ones on the diagonal and values between -1 and 1 on the ...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


Permutations of ordered set where only one object changes its position.
Is there a quick way to get all possible permutations where we put one object at all position, while keeping the order of all ot...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Combining cell arrays with empty doubles
Suppose I have two cell arrays, with a = cell(1,2); a{1} = 1; b = cell(1,2); b{2} = 2; How can I quickly combine the two t...

quasi 5 anni fa | 2 risposte | 0

2

risposte

Domanda


What happens if I use parfor and the fmincon/fminunc option "UseParallel" together?
I want to minimize the same objective function using different starting points. I have cores available. I have . Consider the...

quasi 5 anni fa | 1 risposta | 1

1

risposta

Domanda


mex-file crashes MATLAB in for loop
When I call the mex function (which was created using my c code below) in a for loop, it crashes Matlab after several runs. Do y...

circa 5 anni fa | 1 risposta | 0

1

risposta