photo

Surabhi KS


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
5 Respuestas

CLASIFICACIÓN
10.948
of 297.503

REPUTACIÓN
4

CONTRIBUCIONES
0 Preguntas
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.017

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

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
not enough input arguments
You need to call your function with the appropriate variables. Call odDetect with its defined variables for example: I = imrea...

casi 4 años hace | 0

Respondida
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...

casi 4 años hace | 0

| aceptada

Respondida
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 ...

casi 4 años hace | 0

Respondida
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...

casi 4 años hace | 0

Respondida
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 ...

casi 4 años hace | 0