Estadística
6 Preguntas
                        0 Respuestas
CLASIFICACIÓN
103.764
                          
                          
of 300.381
                        
REPUTACIÓN
0
                           
                        
CONTRIBUCIONES
                          6 Preguntas
                          0 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            33.33%
                        
VOTOS RECIBIDOS
0
CLASIFICACIÓN
 of 20.941
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.477
CONTRIBUCIONES
                            0 Problemas
                            0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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]; ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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); ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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)...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0

