photo

tanveer haq


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
1 回答

ランク
20,005
of 300,813

評判
2

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

回答採用率
46.15%

獲得投票数
2

ランク
 of 21,086

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,169

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • First Review
  • Thankful Level 3
  • First Answer
  • Revival Level 1

バッジを表示

Feeds

表示方法

質問


conv a matrix multiple times
Hello I have a rectangular matrix and i want to convolve it to some power of that matrix times. e.g. a = [1 1 0; 1 0 1]^5 co...

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

1

回答

質問


Matrices multiplication in a loop
Hello I have many matrices in two categories say M_i and N_j generated in a for loop. They all have order 2*2. I want to conv ...

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

0

回答

質問


Lyapunov Exponent diagram of one variable out of 3D chaotic map
I am using the code following code to find the lyapunov exponent of variable x: clear all; clc rStart = 3.3; rStep = 0.001; ...

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

0

回答

質問


how to plot histogram like given in the attachment
How to plot a histogram like present in the attachement for the equation: a=rand(256); imhist(a) The imhist command do not sh...

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

0

回答

質問


picking those matrices whose determinant is greater than 0
I have many matrices and I need to pick only those matrices whose determinant is greater than zero. For instance, consider the s...

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

1

回答

質問


how to plot Bifurcation Diagram of chaotic map
How to plot bifurcation diagram for 3 variables x,y and z of the following chaotic map: numsteps = 1000; % number of steps to i...

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

1

回答

質問


convert matrix from hexadecimal to decimal
I have a large square matrix in hexadecimal notation and i need to transform it to decimal. for instance consider this: A = [af...

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

1

回答

質問


permuting one matrix w.r.t. another matrix
I have two large matrices a and b. for instance a=[1 2 3;4 5 6; 7 8 9; 10 11 12]; b=[1 3 2; 2 1 3; 3 2 1; 3 1 2]; how to get...

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

2

回答

質問


Issue in separating single channel from color image
I separate red channel from color image in Matlab, then apply some transformations, then view the image using "imshow" function....

約7年 前 | 2 件の回答 | 1

2

回答

回答済み
How to integrate a constant matrix 4*4?
this is not possible to integrate a matrix of order 4. because such matrix has four different variables. matrix can never be tre...

約7年 前 | 0

質問


how to repeat a vector a lot of time
I have a row vector say: a=[1:65536]; I want to repeat this row 65536 times. i.e. repeat_it = repmat(a,65536,1); but i get t...

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

1

回答

質問


RESEARCH PAPER OF CRYPTOGRAPHY
Is there any research work comprises of the usage of Serpent algorithm, a competetor of Rijndael algorithm, published in some In...

約7年 前 | 0 件の回答 | 0

0

回答

質問


combine two matrices to get another matrix of same size
I have two matrices of same order say 'a' and 'b': a=[1,2;3,4]; b=[5,6;7,8]; How to combine these matrices in order to get a ...

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

2

回答

質問


replace one matrix with the positon indicated in another matrix
I have two large matrices, for instance A = [1 3 3 4]; B = [1 2 3 4 ; 5 6 7 8 ; 9 10 11 12 ; 13 14 15 16 ] ; matrix A repres...

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

2

回答