Community Profile

photo

Raka Mukherjee


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변