Raka Mukherjee
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
191,421
of 295,486
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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 to use a shapefile to extract regions outside the shapefile?
Can anyone help me in extracting only the regions outside a shapefile? I have gone through many documentation and answers in mat...
5 years ago | 1 answer | 0
1
answerQuestion
How to iterate through rows of a table, such that after each iteration some computation is done and then the below row is reached?
I have this piece of code image=("D:\ProjectI\image.tif"); for ite=1:areasize row= r(ite,:); xmin=xCent(1,row) - size_...
5 years ago | 1 answer | 0
1
answerQuestion
How can a particular .tif file be read from a folder which is having 10 files with different suffix like 'file_1', 'file_2'...?I only want to read file_2.tif and file_4.tif.
I have used the following code folder='D\Project'; file2=(dir(fullfile(folder,'*_2.tif))); This code is returning a structure...
5 years ago | 1 answer | 0