Statistics
RANK
159,949
of 295,527
REPUTATION
0
CONTRIBUTIONS
15 Questions
1 Answer
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
parfor + loop problem
Hi , I am trying to run this code to download data from ftp server. It says "too many argument even if I put the inter-loop i...
8 years ago | 1 answer | 0
1
answerQuestion
precision of a binary file or text file? "fread"
Hi I am using fopen/fread to read and store my files. I could read them with "importdata" but that was super slow. For using ...
8 years ago | 2 answers | 0
2
answersQuestion
resize each pixel in an image based on its width and height
I want to 2d plot something like the picture but I don't want to use pcolor since it plot the center of every two pixels i.e., i...
8 years ago | 1 answer | 0
1
answerQuestion
I want to scale each pixel width and height in imagesc but not use pcolor command
Hello, I want to scale each pixel width and height in imagesc but not use pcolor command. The reason I don't want to use pcol...
8 years ago | 1 answer | 0
1
answerlat and lon from GEOTIFF when the matrix is not square
I found it after a day: info = geotiffinfo(path11); function [lat,lon] = geo_coordinate(info) AX =...
8 years ago | 0
| accepted
Question
lat and lon from GEOTIFF when the matrix is not square
Hi, I have my geotiff file and want to extract lat and lon as: info = geotiffinfo(name); AX = info.Width; AY = info.Height; ...
8 years ago | 1 answer | 0
1
answerQuestion
fread + double-precision 8-byte floating point + precision
Hi All, I want to use fread to read my binary file. The data type are "double-precision 8-byte floating point". When I put 8*...
9 years ago | 2 answers | 0
2
answersQuestion
I have a data that I cannot realize what its extension is and how can open it with MATLAB.
<ftp://sidads.colorado.edu/pub/DATASETS/nsidc0032_ease_grid_tbs/global/2013/ Data here> Hi, I have been searching for a fe...
9 years ago | 1 answer | 0
1
answerQuestion
fread + how can I see the contents of the file with fread?
I am using fread to read and open a binary file. I should determine the size in the fread otherwise it gives me a huge vector da...
9 years ago | 1 answer | 0
1
answerQuestion
problem with opening a 'ftp' link in Matlab
I am trying to open "ftp://sidads.colorado.edu/pub/DATASETS/nsidc0032_ease_grid_tbs/global/2013" with ftp function. This link do...
9 years ago | 1 answer | 0
1
answerQuestion
read *.img and *.hdr files in Matlab
Hi all, I used filehdrread and analyze75read and in both cases I got an error " not a radiance file" , and " doesn't support ...
9 years ago | 0 answers | 0
0
answersQuestion
read *.img and *.hdr files in Matlab
Hi all, I used filehdrread and analyze75read and in both cases I got an error " not a radiance file" , and " doesn't support ...
9 years ago | 1 answer | 0
1
answerQuestion
downloadinf data from the web
Hi, I wrote a code to download the data from the web when they are nicely listed as folders: for example: ftp://sidads.col...
10 years ago | 0 answers | 0
0
answersQuestion
mget + downloading the data in a folder
Hi I want to download data from a a server. I can do that easily but the problem is it saves the data in the path I want, I ...
10 years ago | 0 answers | 0
0
answersQuestion
two swaths matrices of latitude and longitude, How to extract the overlap parts?
<</matlabcentral/answers/uploaded_files/15157/2A12.20140308.92894.7.HDF.m.png>> Hi, I have a problem, I have two swaths ...
10 years ago | 0 answers | 0
0
answersQuestion
Regression
How can we display the regression equation (obtained by camand "fit") in the plot?
13 years ago | 3 answers | 0