Katsmeat
Followers: 0 Following: 0
Professional Interests: Image processing
Estadística
4 Preguntas
0 Respuestas
0 Problemas
6 Soluciones
CLASIFICACIÓN
156.659
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
46.482
of 153.950
CONTRIBUCIONES
0 Problemas
6 Soluciones
PUNTUACIÓN
70
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Agony with video formats on Windows Matlab installation
Essentially, I'm trying to get mmreader to load .mov files. And doing so using mencoder to convert them into a format Matlab wi...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab licensing on a dual-boot machine
I've been running Matlab on an old Vista box for a while. I upgraded the HD to give me space to make it dual-boot and added CAE ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Problem with mod and the value 2.3 times 100
There seems to be some kind of overflow problem with mod, which occurs on all the Matlab versions I have access to - 2007a, 2010...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Loading an image using coder
I've got a simple function that processes a sequence of about 100-300 numbered jpegs to derive a single numerical value from eac...
más de 9 años hace | 1 respuesta | 0
1
respuestaResuelto
Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...
casi 11 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 11 años hace
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:...
casi 11 años hace
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
casi 11 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
casi 11 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...
casi 11 años hace