Community Profile

photo

tanveer haq


2018 年からアクティブ

統計

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

バッジを表示

Content Feed

表示方法

質問


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

4年以上 前 | 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 ...

4年以上 前 | 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; ...

5年弱 前 | 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...

約5年 前 | 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...

約5年 前 | 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...

約5年 前 | 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...

約5年 前 | 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...

約5年 前 | 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....

5年以上 前 | 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...

5年以上 前 | 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...

5年以上 前 | 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...

5年以上 前 | 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 ...

5年以上 前 | 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...

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

2

回答