Community Profile

photo

tanveer haq


Attivo dal 2018

Statistiche

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

Visualizza badge

Content Feed

Visto da

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 5 anni fa | 0 risposte | 1

0

risposte

Domanda


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

circa 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 5 anni fa | 2 risposte | 1

2

risposte

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

oltre 5 anni fa | 0

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte