Statistiques
RANG
37 059
of 295 486
RÉPUTATION
1
CONTRIBUTIONS
24 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
45.83%
VOTES REÇUS
1
RANG
of 20 236
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 950
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How can I set up the axis values in a plot?
Hi! I'm working with some signal plots and I want to see how I can set up the axes so I can have a better view of the plots. For...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I plot subplots on the same size?
Hi! I'm trying to plot a figure that can show both the interferogram and coherence of radar images and I did the following: ...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I display the date on a plot?
Hi! I'm working on a plot to show the displacements of a point at different times and I got the following: <</matlabcentral/...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Is there a faster way to load large structures?
Hi! I have saved a data structure that contains 1104 radar images with the focusing parameters, date and time for each image. Wh...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I insert 2 figures in one figure?
Hi! I'm working with radar images and I'm getting the interferogram and the coherence from each pair of images. I want to show t...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can I find the index of a point in an array?
Hi! I have the following point: tmp = [-119.3 1042.5] and I want the index of this point in a grid. I have two separate grids, x...
plus de 7 ans il y a | 1 réponse | 0
1
réponseHow to read date and time of a file?
I created a structure to have a list of the focusing parameters I need from the data and in those parameters, the filename is st...
plus de 7 ans il y a | 0
Question
How to read date and time of a file?
Hi! I'm working to plot the displacement time series of a point but I need the time info of each file. The date and time is on t...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Using the unwrap command
Hi! I'm working with a Radar image and I want to unwrap the interferometric phase of the image. I'm using the unwrap command...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to save variables as 16-bit signed integers?
Hi! I have a _dct_blk_ array and I need to save it as a 16-bit signed integers. I did the following: A = dct_blk'; f...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How to move a 7x7 window around image?
Hi! I'm having a hard time with this. I need to evaluate each pixel on a image using a 7x7 window, where the pixel to be evaluat...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I move a 7x7 filter around an image?
So I have an estimated filter, theta, to apply it to a blurred image. For each pixel on the image I have to do the following: ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to store values in a array from a loop?
Hi; I have the following code: Y = imread('img14g.tif'); X = imread('img14bl.tif'); Samples_Y = Y(1:20:512, 1:20:768)...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I select a specific region of a color diagram?
Hi; I have a gamma-corrected RGB matrix, obtained by computing the chromaticity matrices to the RGB 709 transformation matr...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I get and read data files from a folder?
I'm working on some data files to process radar images for analysis but I'm having issues with getting and reading the files. Wi...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I display a complex image matrix in Matlab?
Hi, I have two complex image matrices of size 1001 x 1001 and I want to display them in Matlab. I tried using the image() and im...
presque 8 ans il y a | 3 réponses | 1
3
réponsesQuestion
How to plot the frequency response of a Discrete Fourier transform on a specific region?
Hi. I need to analyze and implement a simple low pass filter given by the 9x9 point spread function h(m,n), where h(m,n) = 1/81 ...
presque 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How to load a .dat file?
I'm trying to load a time series data file in Matlab but the importdata command is not working on this type of file. It only giv...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to get to compute the standard deviation of a multispectral vector?
I have a vector that have the size of 598 x 598 x 7, where 7 is the number of bands. I need to perform some training data to wor...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I get the training data from a Landsat Image?
I need to do classification using the knnclassify command but I am confused with creating the training matrix. I have the follow...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Kullback-Leiber Distance
Hi, I have two mean vectors: M1 = [1;0], M2 = [0;1] and covariance matrices: C1 = [1 0; 0 2], C2 = [2 0; 0 3] ...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How to plot the sample mean in a scatter plot?
Hi; Yesterday I had a question about the gscatter command and with the help I got here, I got the results that I wanted: ...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Question about the legend command
Hi, I am working on the following code to plot three different classes: % a - Plot the data in a two-dimensional vector spa...
presque 9 ans il y a | 3 réponses | 0
3
réponsesQuestion
How can I have precise coordinates
I am working with a LiDAR point cloud data and I developed a code to get each individual strip. I developed the following code. ...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Dealing with LiDAR Intensity data
I am trying to perform Radiometric Normalization for LiDAR Intensity Data but I am very confused on how to plot the subhistogram...
presque 9 ans il y a | 1 réponse | 0