reyadh Albarakat
Followers: 0 Following: 0
Estadística
27 Preguntas
2 Respuestas
CLASIFICACIÓN
9.742
of 295.448
REPUTACIÓN
4
CONTRIBUCIONES
27 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
48.15%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to average for certain pixles in an image?
Dear All, I have two images (A and B). Both of them for the same study area but each one has different resolution. Each pixel...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaCan't open .fig file saved by saveas command on script
Hi Ricardo, Try this function <https://www.mathworks.com/matlabcentral/fileexchange/23629-export-fig export_fig>
casi 7 años hace | 0
Pregunta
OUtput names same as input names?
Hi Everybody, I have 150 images as you know each image has name. the output will be 150 image. how to use for loop to save ou...
casi 7 años hace | 1 respuesta | 0
1
respuestaUsing flipud Function?
I did flipping to the finalndvi like: finalndvi{K}=flipud(finalndvi{K}); Then I got final flipped images:)
casi 7 años hace | 0
| aceptada
Pregunta
Using sprintf function?
Hi All, I have Excel file which has names of outputs. I want to save the output images as the same names in the excel file. ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to For Loop to merge two images each year in Matlab?
Hi Everybody, I have a list of images for 3 years every two images represent a year. How can I for loop to merge two images (...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
For loop for many images
Hi All, I have thousands of images each image has size (228*196), Each 7 images have same date. I need your help to create a ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
how to create for loop in matlab?
Hi All, I have thousands of images each date has 7 bands. I need to create for-loop to calculate MNDWI=(b4-b6)/(b4+b6) ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to average multiple cells into new cell?
Hi all, I have 39 cells each one has matrix (317*202). I want to get the average of all cells in new cell with same dimension...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Why the FOR LOOP take a part of the data set?
I created a for loop for the data set that include 748 images. but when I did run the out put only 40 images. Please I need y...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to do for loop for long-term of satellite data?
Hi every body, I have long-term of satellite data (16 years) I want to create a loop to read and do some calculate for all im...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to remove zeros using Function in Matlab?
Hi Everybody, This 1st time I used a Matlab Function, I used it to read two images (Tiff format), one of them has NaN values ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot ONE LINE with multiple colors?
Hi Everyone, I have data of VI for three periods first from 82-92, 93-2003 and 2004-2015. I want to plot VI with time in O...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to keep same names of images.Tiff for outputs?
Hi everybody, I did mask to multiple images. TIFF then I want ton save the masked images in same name of the original images....
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I save outputs in same names of inputs?
Hi everybody, I create Mask from images. tiff so I want to save output images.tiff in same name of the original images. sup...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create MASK from "image.tiff"?
Hi Everybody, I tried to MASK the shapefile of my study area but the matrix of the MASK is only NaN data. so please I need yo...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create monthly average from daily data?
Hi Everybody; I have used daily data for 34 years, I have one row and 11690 columns, by the way I have some missing data in 1...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to add Time Series from 1998-2014 on the X axis using plotyy?
Hi all I'm using plotyy to plot two data sets with the same x values over two different y scales. It all works perfectly, but...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how to solve the problem which relative to m_map
Hi all, I did run to the code but unfortunately I got this errors ((Error using pcolor (line 56) Matrix dimensions must ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to download "M_Map " A Mapping package for Matlab
Hi everybody, when I do run to the code I get errors in the functions that have relative to m_map such as m_proj or m_pcolor. By...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how to read Grib Files
I have downloaded data which are in grib files so how can I read them using Matlab? Thank you Reyadh
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How Can I fix the width of Bins?
Hi Every body, I would like to tell you that I am beginner in Matlab. So please I need your help. I want to fix the width o...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to create a curve on the histogram?
Hi Guys, first of all I am beginner in Matlab, I did histogram to the data, now I want to create curve on the histogram which I ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I plot x,y with showing the gap because there are missing data
Hi guys, I am beginner in Matlab I want to plot x axis for years starts from 1982-2014 and I have missing data in (1994) and (20...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot X axis for 31 years from 1981 to 2014?
Hi guys, I am beginner in Matlab I want to plot x axis for years starts from 1982-2014 and I have missing data in (1994) and (...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
In an assignment A(I) = B, the number of elements in B and I must be the same.
Hi Guys, first of all I am beginner in Matlab. I want to get Average Values of NDVI for each month during a year. I used this ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to creat new colormap with new colorbar and then How to use it through the CODE?
I want three basic colors which are Brown, Yellow and Green then want to be able to create an algorithm to scale these to a num...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to solve this issue ((((Undefined function 'm_shaperead' for input arguments of type 'char'))))
Hi every one, I keep getting the following error when I try to run my simulation: Undefined function 'm_shaperead' for input...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
what can I do with this mistake "Cell contents assignment to a non-cell array object."?
what can I do with this mistake "Cell contents assignment to a non-cell array object."?
más de 9 años hace | 0 respuestas | 0