Raka Mukherjee
Followers: 0 Following: 0
Statistica
3 Domande
0 Risposte
RANK
191.421
of 295.527
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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_...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 1 risposta | 0