photo

Jalali


West Virginia University

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

7 Fragen
1 Antwort

RANG
158.505
of 300.365

REPUTATION
0

BEITRÄGE
7 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
28.57%

ERHALTENE STIMMEN
0

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.262

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

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 13 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 13 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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?

mehr als 13 Jahre vor | 0