Community Profile

photo

Reema Alhassan


2018년부터 활동

Followers: 0   Following: 0

통계

All
  • First Review
  • First Submission
  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

제출됨


Calculate the Sum of the nightlights data from TIFF images
A program that read the nightlights data from the satellite images (TIFF) and calculates the sum of lights inside each geometry ...

5년 초과 전 | 다운로드 수: 2 |

Thumbnail

질문


Why this error occurs in gunzip?
Error using untar (line 60) Unexpected end of input stream when attempting to GUNZIP the fileError using untar (line 60) Unexp...

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
To ignore the data files with error and proceed in the code
Do you know why this error occurs ?

거의 6년 전 | 0

질문


how to write a long field in a shape file?
hello, I need to write a long field in a shape file but I couldn't for example I want the field to be "Sum2015vcm_orm" but...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Unzipping using system command ? I couldn't understand the command
someone wrote this and he said it was very helpful sys_cmd_unzip = @(z,d) ['"C:\Program Files\7-Zip\7z.exe" e -y -r -o"...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to write long field name in a shape file?
Hello everyone , I need to write new column in a shape file so I used setfield function SumOfLightColumn=strcat('S...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


faster unzipping for large URLs?
Hello everyone, I'm using gunzip(url,folder); untar(url,folder); to unzip satellite images which has the extensio...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


how to display number in decimal ?
Hello everyone, I have tried : format long format short value=double(value) and the output still fraction number ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to save the values after each iteration in a matrix ?
Hello everybody , I did some calculation in a loop and this is the output I need to put the value after each iteration in N...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


is there a way to go to the line above using fprintf function ?
I'm writing on a csv file and I'm writing column by column for example here : for i = 1 : length(col) fprintf( fid, ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to extract the fields header in the shape file?
Is there a way to extract the fields headers in the shape file ? 13×1 struct array with fields: I need to read the headers Ge...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


xticklabels function for more than 11 labels ?
Hello everyone , I need to use the function "xticklabels" for labeling the x-axis this is my code: figure (1) xti...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


about poly2mask function
Could anyone please explain me this : I'm using poly2mask function to creat a mask of a polygon with an image the documentation...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


how to specify the polygon edges ?
Hello every one , I want to ask what Is the polygon edge ? which is requires here in the inputs parameter? https://ww2.math...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


how to convert matrix size
I have a matrix s which has the size : 2882x2575 then I convert it to 7421150x1 by this: s1=s(:); and I did some pro...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to merge two matrix to one matrix ?
I have x and y coordinates I need to merge them into one matrix having the size: Mx2 x=[50.2124 50.2133 50.2134 50.2134 5...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


function faster than inpolygon()?
Is there a function faster than inpolygon()? or another way to do the intersection ? because it sometimes takes too much tim...

거의 6년 전 | 답변 수: 0 | 1

0

답변

질문


how to deal with large polygons ?
hello everyone, I'm using geoimread() to read the image with the x and y coordinates of each polygon. and then I extract the x ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to clip geotiff image ?
hello everyone I have a geotiff image and 4 coordinates xmin, xmax, ymin,ymax (the boundingBox of a shape file) I need to cl...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to convert the shape file to mask (binary)?
I need to convert the shape file to binary matrix with the size of the image that I have to multiply it with the values of the...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


why X and Y coordinates must have the same size ?
hello, I have an image and a shape and I need to clip the image based on the coordinates of the shape but when I do this I...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to clip an image based on x and y coordinates
hello everyone I have a satellite image and I need to clip the image based on the coordinates of x and y from a shape file I h...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


how to extract the information from shape file and write it in excel file
hello everyone I have a shape file which has 13 polygons and every polygon has 24 fields of information I need to extrac...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


how to make a variable execute only once ?
Hello I have a viable t I want it to be 0 only for once then I need to increment it by 1 each time when I do this t=0...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


convert number in a matrix to a scalar
Hello everyone I have matrix "values" and I need to sum all of it's element so I use sumOFvalues= sum(values(:)); the sumOF...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


how to make a consecutive matrix before and after the decimal point?
Hello everyone , I have two numbers a=38.656528472900447 and b=43.667495727539006 I want to make an array which start from a...

거의 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Statistic summary of values of raster pixels inside polygons?
Hello Marmar, this is exactly what I need to do if you have a code of doing this could you share it please ? till know I can...

거의 6년 전 | 0

질문


How to extract polygons coordinates from shape file?
hello, I have a shape file which contains 10 polygons I need to extract the coordinates for each polygon how can I do that ?...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


clip Geotiff image by many polygons
Hello everyone, I have a geotiff image and a shape file which contains 13 polygons and I need to clip this image based on these...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How can i perform zonalstat for irregular polygons ?
Hello there, Does anyone know how to perform zonalstat for irregular polygons in Matlab? Are there any functions to do that ...

거의 6년 전 | 답변 수: 0 | 0

0

답변

더 보기