Neda
Followers: 0 Following: 0
Statistics
16 Questions
0 Answers
RANK
40,109
of 295,467
REPUTATION
1
CONTRIBUTIONS
16 Questions
0 Answers
ANSWER ACCEPTANCE
43.75%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How connect the coordinate and fill the area to create a binary mask?
I need to create a binary mask from the series of coordinate. My current code is like below but what it does, the edges of the m...
4 years ago | 2 answers | 0
2
answersQuestion
How iterate inside a excel file and every 21 rows store values in a matrix?
I have a attached excel file, and I need to store values in col B and C for each 21 rows in different matrix. I am wondering how...
4 years ago | 2 answers | 0
2
answersQuestion
binary mask for the coordinates using MATLAB
I need to create a binary mask. I have some coordinates and I make those coordinates and inside that region equal to 1, and back...
4 years ago | 1 answer | 0
1
answerQuestion
How rescale and save image in Matlab?
I am reading a 'mhd' file which it's giving me an info like below: Filename: 'patient0001_2CH_ED_gt.mhd' For...
5 years ago | 0 answers | 0
0
answersQuestion
how convert pixel to mm for a mat file using Matlab?
I was wondering how can I convert pixel to the mm while my image is a mat file (uint 8). For example, I have a kernel size of 11...
5 years ago | 1 answer | 0
1
answerQuestion
how skip some specific files in multiple subfolders in matlab?
I need to skip some specific files in different sub-folders. for example if the filename not contains string charchters such as ...
5 years ago | 1 answer | 0
1
answerQuestion
how measure the dynamic resolution of displacement vectors?
I am wondering how can I measure the dynamic resolution of motion vectors? for example, in the attached images, you can see the ...
6 years ago | 0 answers | 0
0
answersQuestion
How remove a field inside a structure?
I need to remove a field which is inside a structure. I did attach the file to help for understanding the issue. sd does hav...
6 years ago | 2 answers | 0
2
answersQuestion
How create plot of intensity versus frequency of image?
imhist function will give a plot of intensity versus frequency, or we can normalize it like follow, but how we can make a plot l...
6 years ago | 2 answers | 0
2
answersQuestion
How calculate the points inside the square and triangle?
I did calculate the points (scatteres) located inside the circle as presented in the code. I'm wondering how I can do it for squ...
6 years ago | 1 answer | 0
1
answerQuestion
which function is running while we have handle function?
I'm wondering on the below code which function is running? I am new in matlab. I read the handle function, but still confuse to ...
7 years ago | 1 answer | 0
1
answerQuestion
I need to remove randi from for loop
I need to remove randi from the for loop. Any help would appreciate. I=30; t1=randi([1 5],1,I); t2=randi...
7 years ago | 2 answers | 0
2
answersQuestion
how comparing pixelwise a patch of pixel with distinct intensity on image with Euclidean distance?
I need to create two pixel patches of size 5×5 with constant intensity values μ=150 for X location and η ∈[0,255] for Y location...
7 years ago | 0 answers | 0
0
answersQuestion
how remove values which are out of ROI?
I'm trying remove these red values on the vertical lines of attached image, and those on black region? I would really appreciate...
7 years ago | 0 answers | 0
0
answersQuestion
How to remove values on Edge and above Edge?
The resulting image needs to remove values on the strong vertical edges and above edge(black region) as they are not region of i...
7 years ago | 0 answers | 0
0
answersQuestion
How get one element of a vector one by one in each iteration of for loop?
rowKernel(1) is just getting one element from rowKernel which I load it before. I need to get all element from rowKernel file, b...
7 years ago | 0 answers | 1