photo

Neetha Mary


Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

4 Preguntas
0 Respuestas

Cody

0 Problemas
2 Soluciones

CLASIFICACIÓN
272.092
of 301.664

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
75.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.377

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
89.586
of 176.019

CONTRIBUCIONES
0 Problemas
2 Soluciones

PUNTUACIÓN
30

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


how to plot graphically a 256 x 256 square matrix in matlab
I have a matrix of size 256 x 256 which store finger print values obtained in Byte Frequency cross-correlation algorithm.how can...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to extract two identical parts in a binary image using connected component labeling?
I want to extract two identical or similar regions in a binary image using connected component labeling. I want to a code that p...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to break the input computer file into a series of bytes using MATLAB code?
I want to perform byte frequency analysis on a given input file for type type detection. Can anyone suggest me how to break the ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 10 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 10 años hace

Pregunta


how can I reduce the execution time of the given code?
i have the following code which takes a 311 kb JPEG image as input. It takes more than half hour to execute this code. clc;...

más de 10 años hace | 2 respuestas | 0

2

respuestas