Zeina Abdullah
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
94 041
of 295 673
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I need to implement this code as chaotic interleaver by using baker map
this code of the 2d chaotic interleaver using baker map clc clearvars N=8; X=vec2mat(1:N*N,N); B=zeros(N); Sk=[0 2 4 2]; ...
presque 3 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I write a code for this equation?
I have this equation : (Its mathematical formula may be illustrated as let B(n1, n2 ….. nk) denotes the discretize map. Where ...
presque 3 ans il y a | 1 réponse | 0
0
réponseQuestion
How do I find a correlation between two matrices?
I have this code whose output is three matrices, the first is 8 * 8, the second is 16 * 16, and the third is 24 * 24. Now I need...
presque 3 ans il y a | 1 réponse | 0
0
réponseQuestion
how to find relationship between two or more matrix
I have this code : function [idx,x] = chaoticInterleaver(N) assert(mod(N,8)==0,'N must be divisible by 8.') idx = zeros(N); ...
presque 3 ans il y a | 1 réponse | 0
0
réponseQuestion
I need to make a general code
I mean that I have this code %function const_interleaver(select) %% constructing the orignal address matrix Address=zeros(24)...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
how i can select a part or section in the matrix
i have a matrix as shown in the file i need to select specific section in the matrix and then do on it my equation . i have 8*8...
presque 3 ans il y a | 1 réponse | 0