photo

Amirhossein Moosavi


Last seen: 4年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

18 質問
3 回答

ランク
8,648
of 300,779

評判
5

コントリビューション
18 質問
3 回答

回答採用率
66.67%

獲得投票数
4

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Leged for multiple subplots
I have a figure that includes three subplot. I'd like to add an overall legent to the figure at the location of the fourth subpl...

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

1

回答

質問


Change the font color using writecell
Hello, I have a cell like below: A = {'[0.18 0.39 0.62]' } {'[5.21 5.08 5.2]' } {'[2.02 2.03 2]' } {'[0.85 0.03 0....

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

1

回答

質問


Save error on linux
Hello, I have program that I run it through a script. At the same time, the script uses many functions to compute required c...

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

1

回答

質問


Shuffle identical values of an array together
Hi, Let us suppose arrays A and B: A = [1 9 6 2 10 8 3 8 11 7 5 5 6] B = [1 2 2 1 1 1 1 1 2 2 2 2 2] I want to create an a...

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

1

回答

質問


Detect consecutive positive numbers in an array
Hello, Let us assum an Array A as follows: A = [4 9 6 0 0 3 4 0 3] I want to detect the location (begining and ending) of co...

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

1

回答

質問


Creating a matrix using the colon function
Hi everyone, Let us assum that I have two arrays as follows: A = [1 2 3 4 5] B = [3 4 5 6 7] I want to use colon funcion to ...

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

3

回答

質問


Allocation of values to a matrix under a specific condition
Hi everyone, Let us assum Matrix A as follows: A = [0 0 0 1 1 0 0 0 0 2 2 0 0 0 0 3 0 0 0 0 0 0 0 0] I have to ...

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

0

回答

質問


Sort rows of a matrix based on a specific array
Hi everyone, Let us assum Matrix A and array B as follows: A = [1 0 1 2 0 0 4 0 0 3 1 1 6 0 0 5 ...

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

2

回答

質問


The output of 'mle' function for 'gp' distribution
Hi everyone, When I use the 'mle' function for 'gp' ditribution (as follows), I obtain two outputs. phat = mle(Data, 'distribu...

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

0

回答

質問


Shuffling numbers while keeping identical numbers next to each other
Hi everyone, Let us assume the following array: A = [1 1 2 3 3 4 6 6 6 6] I would like to shuffle this array while while keep...

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

1

回答

回答済み
Identify the minimum number of rows in a matrix meeting a condition
This is a code that addresses my question, but I am not sure whether it is the fastest way or not. EG = cell(1, 100); % A place...

5年以上 前 | 0

質問


Identify the minimum number of rows in a matrix meeting a condition
Hi everyone, Please assume that I have a matrix as follows: A = [0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 1 1 0 1...

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

3

回答

質問


Convert a vector into a matrix (row wise)
Let us assume vector A as follows: A = [1 2 3 4; 5 6 7 8; 9 10 11 12]; I create two vectors (row wise) from this matrix as fol...

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

1

回答

質問


non linear correlation for three vectors
I have a matrix that includes three columns of values. Thus, how can I measure the nonlinear correlation of these vectors?

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

0

回答

回答済み
Identify unique structures from a population - updated
Does anyone have answer to this question?

6年以上 前 | 0

質問


Identify unique structures from a population - updated
Dear experts, I have a population of structures. Each of these structures has three similar sub-structures that store some cell...

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

1

回答

質問


Which way of programming is more efficient and faster?
Dear friends, I would like to know whether there is a difference between following cases. Your responses are appreciated. Case...

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

2

回答

回答済み
Randomly select an element from a vector satisfying a condition
I already have an answer to this question as follow (but I am seeking for faster solutions): Ind = find(X > 2); Ind = Ind(rands...

6年以上 前 | 1

| 採用済み

質問


Randomly select an element from a vector satisfying a condition
Dear experts, I would like to randomly select an element from a vector satisfying a condition. In fact, I want to know what is ...

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

3

回答

質問


"Assignment between unlike types is not allowed" in STRUCTURES
Hello, Please suppose the following matrices and structure: X1 = zeros(1, 4); X2 = zeros(2, 4); X3 = zeros(3, 4); AA.SM =...

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

2

回答

質問


Copy the values of multiple fields in a structure to another structure at once
Hello, I want to copy the values of multiple fields in a structure to another structure at once (without loop). For example, su...

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

3

回答