photo

Jalali


West Virginia University

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

7 Domande
1 Risposta

RANK
267.985
of 299.997

REPUTAZIONE
0

CONTRIBUTI
7 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
28.57%

VOTI RICEVUTI
0

RANK
 of 20.858

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.881

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 1

Visualizza badge

Feeds

Visto da

Domanda


Problem in using 'break' and 'while'
I have problem in the while loop below. Looks like the break doesn't work, because sometimes R<=0.3 and s becomes one or bigger....

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Question on error variance in multiple linear regression
I'm trying to generate a regression line through simulation for my research purpose, here I'm explaining the simplified idea. ...

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Creating a N-Dimentional matrix from a 2 Dimentional matrix
Let's assume I have a as [1 2;3 4]. I need to create b to be 2-by-2-by-100 as follows: b(:,:,1)=[1 2;3 4] . . b(:,:,100)=[1 ...

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Non-negativity for unconstrained nonlinear multivariable function
I don't have any constraint for my nonlinear problem, so I am using either fminsearch or fminunc. If I want to get only positive...

circa 13 anni fa | 3 risposte | 0

3

risposte

Domanda


Change a 4-D matrix
I have A(p,s,d,f). How can I change it to A(p,s,f,d)? Thanks,

circa 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Plot lables with hold on
plot(R, ':.b') %blue xlabel('Time') ylabel('Dollar') hold all plot(L, '-.g') %green plot(D, '--r') %red I'm ...

oltre 13 anni fa | 1 risposta | 0

1

risposta

Domanda


Use of variables in a new function
I already have some variables calculated in Matlab. I am going to run a function in which a couple of those variables are used. ...

oltre 13 anni fa | 0 risposte | 0

0

risposte

Risposto
Non-negativity for unconstrained nonlinear multivariable function
Thanks! How do you define non-negativity for constraints in fmincon? Would you give me a simple example?

oltre 13 anni fa | 0