Azzera filtri
Azzera filtri

what is the function to compute this equation?

1 visualizzazione (ultimi 30 giorni)
if i have (n x m ) matrix like this
A = [ 1 1 0 1 1
1 1 1 0 1
1 1 0 1 0
0 1 1 1 1 ]
B = [ 2 2
3 1
2 1
4 0 ]
C = [ 0 0 1 1 2
3 4 1 2 1 ]
Which B represent number of group of ones in each row in A And C represent number of group of ones in each row in A
I want a function to generate ( n x m ) matrix (D) randomly which This matrix (D) is similar to a matrix (A) in their contents using MATRIX B AND C
by Compute this equation
  • which the first double summation compute for B matrix
  • second double summation compute for C matrix
  • U is number of non consecutive 1's
  • Cij is the each number in matrix B
  • rij is the each number in matrix C
  • AND Xij represent the number of matrix D

Risposte (0)

Categorie

Scopri di più su Mathematics in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by