ramin bba - MATLAB Central
photo

ramin bba


自 2014 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 04/14 to 03/25Use left and right arrows to move selectionFrom 04/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 个提问
0 个回答

排名
238,585
of 297,870

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,500

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,704

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to check which cluster (connected component) a point belongs to in a binary image?
I have a binary image that has some clusters in it. I also have a code ( <http://www.mathworks.com/matlabcentral/fileexchange/25...

10 years 前 | 1 个回答 | 0

1

个回答

提问


Parfor for tossing a line on a binary image
Is there a way to enhance the following code (the parallel loop)? If I increase the number of iterations (Itr) it takes a long t...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to label a matrix and show it like an image/grid?
Is there such a way to create an image like the one below in MATLAB? I am interested in numbering *some* of the pixels in the *m...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to remove the Alpha channel?
I have created an image via PowerPoint using only black and white colors and saved it as a ".tif" file. I want to convert it to ...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to do FFT for PART on an image?
I want to compare the following two images based on their Fourier Transform. However, I am only interested in the circular regio...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot a circular Image?
I want to plot a binary image like this: <</matlabcentral/answers/uploaded_files/15643/Capture.PNG>> However, I only want ...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How to do Subtraction on sets?
I have a *continuous* set (A=[0 , 2pi]) and want to subtract the following sets from it: B= [0, pi/2]; C=[pi/4, pi]; D=...

10 years 前 | 2 个回答 | 0

2

个回答

提问


How to pick random numbers from an interval non-uniformly?
I want to pick some numbers (N) from the interval [0,2Pi] randomly. I want all the real number in the [pi/2,pi] have probability...

10 years 前 | 3 个回答 | 0

3

个回答

提问


How to construct an array with varying dimension?
I want to save some data using a "for loop". Within each iteration, I will get a 2D matrix (which I want to save). the size of t...

11 years 前 | 2 个回答 | 0

2

个回答

提问


why doesn't Graythresh work with the format "double"?
I have an image (gray scale, 0-255) in the form of "uint8". I only need a part of it and as such I do the following: Part_of_...

11 years 前 | 1 个回答 | 0

1

个回答

提问


What do the (automatically assigned) colors in a Histogram stand for?
hi, I have a set of points (nearly 8,000) scattered in a 2D matrix. I calculated the distance between any two of them and the...

11 years 前 | 1 个回答 | 0

1

个回答

提问


number of disks in a grey scale Image
I am trying to find the number of black disks in this Image. I have tried "regionprops" but the problem is first I need to conve...

11 years 前 | 1 个回答 | 0

1

个回答