photo

Surabhi KS


Last seen: 7 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
5 个回答

排名
10,336
of 300,352

声誉
4

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

4 years 前 | 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...

4 years 前 | 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 ...

4 years 前 | 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...

4 years 前 | 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 ...

4 years 前 | 0