Feeds
질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
lat 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 =...
lat 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년 초과 전 | 0
| 수락됨
질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
Regression
How can we display the regression equation (obtained by camand "fit") in the plot?
거의 13년 전 | 답변 수: 3 | 0