Jalali - MATLAB Central
photo

Jalali


West Virginia University

2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/12 to 04/25Use left and right arrows to move selectionFrom 06/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

7 質問
1 回答

ランク
266,273
of 298,313

評判
0

コントリビューション
7 質問
1 回答

回答採用率
28.57%

獲得投票数
0

ランク
 of 20,563

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,817

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

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

1

回答

質問


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

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

1

回答

質問


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

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

1

回答

質問


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

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

3

回答

質問


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

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

1

回答

質問


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

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

1

回答

質問


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

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

0

回答

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

13年弱 前 | 0