photo

Surabhi KS


Last seen: 8개월 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

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

대략 3년 전 | 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...

대략 3년 전 | 0

| 수락됨

답변 있음
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 ...

대략 3년 전 | 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...

대략 3년 전 | 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 ...

대략 3년 전 | 0