eri - MATLAB Central
photo

eri


ITS

2011 年からアクティブ

Followers: 0   Following: 0

統計

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

17 質問
1 回答

ランク
23,718
of 298,005

評判
1

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

回答採用率
47.06%

獲得投票数
2

ランク
 of 20,520

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,151

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


how to reverse matrix?
i want to reverse the order of row or column, example if i have matrix 2 4 7 7 8 5 it will become(column) 7 4 2 ...

約12年 前 | 1 件の回答 | 0

1

回答

質問


how to make histogram?
i have a data of closing price for various stock, i want to make a histogram from it, and i want the histogram to be drawn as on...

約12年 前 | 2 件の回答 | 0

2

回答

質問


how to find lambda from this formula?
det (A - lambda * I) = 0 where: A= a square matrix, ex: [2 5 4;8 6 9;3 4 6] I= identity matrix

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

1

回答

質問


how to remove some row or column of a matrix at once?
lets say i have a 100x100 matrix and i want to remove row 71-100 so it become 100x70 matrix

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

2

回答

質問


how to add string matrix to numeric matrix?
example: from a=[rice;corn;wheat] b=[3;4;3] become c=[rice 3;corn 4;wheat 3]

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

3

回答

質問


what is the meaning of this?
Parse error at '=':usage might be invalid MATLAB syntax.

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

0

回答

質問


how to create matrix of string and use it in mathematic operation?
example a=[1;0;1;1;0] b=[ben;james;mike;ralph;will] c=a.*b c=[ben;mike;ralph]

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

2

回答

質問


how to find maximum or minimum element in a matrix?
example a=5 b=8 c=2 d=6 x=[a b c d] how to find minimum or maximum element of matrix x? the answer i want is its variab...

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

3

回答

質問


how to find matrix in a matrix?
i have matrix a and b. matrix b is created from matrix a components(rows in this case). now i want to find out from which row of...

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

1

回答

質問


can someone tell me whats wrong with my coding?
i make this, and it work just fine clear all clc load matrix4; b=a [x,y]=size (b) d=9999999999999999999999...

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

1

回答

質問


matrix, using variables like a1,a2,a3,...an, minimum
how to take matrix element (i.e row) one by one and save each new matrices in a new variable example: original matrix: a=...

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

3

回答

回答済み
matrix manipulation
can someone help me?

約13年 前 | 0

質問


matrix manipulation
how to take matrix element (i.e row) one by one and save each new matrices in a new variable example: original matrix: a=[2...

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

3

回答

質問


invers from covariance of a matrix*matrix'
given a is a matrix, is the matrix of covariance of (a*a') is always singular?

13年以上 前 | 2 件の回答 | 0

2

回答

質問


normal distribution test
i have historic data (daily) of 30 stock from 250 day (i make 30x250 matrix from it), now i want to test whether this data is no...

13年以上 前 | 5 件の回答 | 1

5

回答

質問


matrix manipulation
how to remove row(s) or column(s) of a matrix and save the new matrix with different name? and is there any limit on how big of...

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

1

回答

質問


how to count row and column of a matrix
if i have a big matrix and i don't know its size, how to find out its size? and how to save it as variable?

13年以上 前 | 3 件の回答 | 1

3

回答

質問


how to extract matrix column and make new matrixes from the extracted column?
how to extract matrix column and make new matrixes from the extracted column? if you name the column a, b, and c then i want to ...

13年以上 前 | 2 件の回答 | 0

2

回答