Surabhi KS
Followers: 0 Following: 0
Estadística
0 Preguntas
5 Respuestas
CLASIFICACIÓN
10.892
of 295.605
REPUTACIÓN
4
CONTRIBUCIONES
0 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.252
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.164
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
not enough input arguments
You need to call your function with the appropriate variables. Call odDetect with its defined variables for example: I = imrea...
más de 3 años hace | 0
Convert a uint16 into values into RGB
If you have an image I that is uint 16 you could try this to convert it to RGB: I = mat2gray(I); IRGB = cat(3, I, I, I); imsh...
más de 3 años hace | 0
| aceptada
similar to gaussian filter for color
You could try this: Threshold the image to obtain the red rectangle, locate the center through centroid detection and define a ...
más de 3 años hace | 0
Merge two plots into one, with the same color
You can specify the color of the plot in your loop. for i=0:50 plot(wavelenght+wavelenght2,integratedvalue+integratedvalue...
más de 3 años hace | 0
Use these values and Matlab to find the sum of the 161st and 271st values of x
This is basic MATLAB, the key is to understand how MATLAB works. In order to access say the element of an array X, you call it ...
más de 3 años hace | 0