Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
39.554
of 300.780
REPUTACIÓN
1
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 21.086
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 171.018
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
Multi-Modal Option in the Registration Estimator App Documentation?
In the Registration Estimate App there is an option called Multi-Modal which is an intensity based registration image technique....
más de 6 años hace | 0 respuestas | 1
0
respuestasPregunta
How can I compute the inverse of a very large GF(2) matrix efficiently?!
I currently have a double matrix A of size 1282 x 1282 that consists only of ones and zeros, I want to calculate the inverse of ...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Determinant of a Binary Matrix
Say I have the following binary matrix: A = [1, 0: 1, 1]; Now I want to find the determinant of this binary matrix. ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Removing elements from an Array
I have two arrays: A = [0, 1]; and B = [0, 1, 3, 1, 4, 5, 6]; I want to compare the first element of A to the fi...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Removing Elements from an Array based on their Position for every 3 Elements
Say I have an array called elements_n: elements_n = [0, 1]; I have another array called Arr: Arr = [0, 1, 3, ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I Huffman encode and decode a 1D vector?
X = [64,1,0,1,11,1,4,1,-1,1,0,3,-2,1,-6,1,2,1,0,8,1,1,0,1,-1,1,0,10,-1,1,1,1,0,1,1,1,0,5,-1,1,0,22]; I have this vector ...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Joining matrices into 1 matrix?
D = imread('peppers.png'); D = double(D)/255; %convert class and normalize Y ycbcrmap = rgb2ycbc...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I add elements of an array to another array?
A = [1 2; 3 4]; B = [1 , 1]; How can I add the elements of B to A randomly? For example A becomes: A =[2 2 ; 4 4]; OR ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I simulate a Digital Terrain Model in MATLAB?
I need to simulate a digital terrain model (DTM) in MATLAB to obtain the effective antenna height.
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I concatenate a uint8 array in a for loop to form an image?
%% Grayscale Baboon Image I2 = imread('baboon.png'); %Splitting image into a cell array chunk_size2 = [16 1...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating a parameter which indicates adding values to only part of the elements in a Matrix?
<</matlabcentral/answers/uploaded_files/75162/Capture.PNG>> alpha represents the proportion of elements in OldMatrix can be f...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem to Threshold a Matrix
<</matlabcentral/answers/uploaded_files/74993/Capture.PNG>> I need to threshold the surrounding pixels of the given matrix wi...
más de 8 años hace | 2 respuestas | 0

