photo

george pepper


Last seen: oltre 3 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

8 Domande
1 Risposta

RANK
153.210
of 297.503

REPUTAZIONE
0

CONTRIBUTI
8 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
62.5%

VOTI RICEVUTI
0

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.017

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

Visualizza badge

Feeds

Visto da

Domanda


Writing nonlinear constraint in fmincon
Hello, I minimize a function with 4 parameters on fmincon. The vector of parameters is b=[a1 a2 b1 b2 ]. How can I add a nonli...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Writing cell arrays to Excel
Hello, I have a 100x1 cell array A that looks like A=[A1; A2; ...; A100 ]. Each row i, in turn, is an by 4 vector. The first 2...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Starting a parfor loop
Hello, I am completely new to parallel computing with MATLAB. I have a basic for-loop in which I evaluate a complicated functio...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Using the parfor loop to minimize a function
Hello, I am completely new to MATLAB's parallel computing and I didn't know how to convert my for loop into a parfor loop. I ha...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


column dimensions of nonzero elements of each row in a matrix
Hello, I have a 10000 by 6 matrix that looks like A=[0 0 0 0 1 1; 0 1 0 0 1 0; 0 0 1 1 0 0] I would like to get 10000 by 1 ve...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Nonparametric moment estimation with an index function
Hello, I try to estimate the mean of the random variable t conditional on t being in a certain category, denoted S_j. The expec...

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Right-truncating a lognormal distribution
Hello, I would like to compute the probability that P(z<a) where z=exp(x*beta+e) and e is distributed iid N(0,sigma^2). I wo...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
vector of truncated distributions
Thank you!

oltre 5 anni fa | 0

Domanda


vector of truncated distributions
Hello, I would like to create a vector x such that pd = makedist('Normal'); x(1)=truncate(pd,-inf,y(1)); x(2)=truncate(pd,-in...

oltre 5 anni fa | 2 risposte | 0

2

risposte