統計
MATLAB Answers
9 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
For those who love a challenge.
Let St be the price of one share of a particular company at time t. If the price St+1 at time t+1 can either take the value of u...
11年以上 前 | 1 件の回答 | 0
1
回答質問
command rand and functions
Hi guys I have this question as an assignment question can someone help out please thanks :) Suppose you are at a casino play...
11年以上 前 | 1 件の回答 | 0
1
回答質問
problems in switch and if commands
Hi guys I am having problems in solving this question can some one help me out please ? :) I need to use the switch and if...
11年以上 前 | 2 件の回答 | 0
2
回答質問
error sign not valid
I have this function n = 1; Product = 1; while( Product < N ) { Product = Product * (2*n); n = n + 1; } ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
matrix manipulation and components
Hi guys, I have a matrix A=random('norm',3,0.2,100,100) in which I want to display all the components that are >3.1 can someone...
11年以上 前 | 2 件の回答 | 0
2
回答質問
matrix manipulations of columns
Hi guys, does any one knows how to generate a matrixD that adds a new column of zeros to matrix A.This cloumn must be placed ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
matrix manipulations of columns
How can I replace all even columns of matrix A by columns of ones. pls note that matrix A is A=random('norm',3,0.2,100,100)...
11年以上 前 | 1 件の回答 | 0
1
回答質問
while command in matlab
while using the while command in matlab how can I determine the no. of terms needed so that the product 2x4x6...x2n exceeds a gi...
11年以上 前 | 1 件の回答 | 0
1
回答質問
replacing components of a matrix
how to generate a matrix that replaces all components of a previous matrix lying between 2.9 and 3.2, by -1?
11年以上 前 | 1 件の回答 | 0