photo

Sara Foster


Last seen: alrededor de 5 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
30.668
of 300.779

REPUTACIÓN
1

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
71.43%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 21.084

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 170.997

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

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Action shot function with multiple images
My function uses multiple RGB images as a 1xn 1D cell array and the output creates an action shot. For example, this will cons...

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

1

respuesta

Pregunta


Removing object from image using median filter
My function needs to remove an object from an image and the input is multiple images in the form of a 1xn 1D cell array containi...

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

1

respuesta

Pregunta


Function returning ans instead of three outputs
My function is: function [R,G,B] = MostDistantPixel(pixels) %rest of code R = ipixel(1) G = ipixel(2) B = ipixel(3) On ...

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

2

respuestas

Pregunta


Calculating maximum distance from 3 different points
So I generate a test array and three points (Q) using command window: pixels = zeros(1,3,3,'uint8'); pixels(:,:,1) = [54,50,45...

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

1

respuesta

Pregunta


Using 3D array to subtract row Q from row P
If I have a test array e.g C = [100,100,100;50,50,50;40,40,40] and I use the command P = C(1,1,:), it will give me a value of 10...

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

1

respuesta

Respondida
Function calculating distance between pixels in 1x1x3 arrays
Okay thank you again, and another problem I'm finding is (C(1,:)-C(2,:)) only subtracts row 2 from row 1, how do we make it so t...

más de 6 años hace | 0

Pregunta


Function calculating distance between pixels in 1x1x3 arrays
I have a function which calculates square distance between pixels, however it wants to calculate the distance between 2 pixels w...

más de 6 años hace | 2 respuestas | 1

2

respuestas

Pregunta


How do I access images from directories using an input command for the extensive file?
I have a function which accesses images from a directory using inputs dirname and the filetype. When I type filenames = image(di...

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

1

respuesta