Community Profile

photo

Farz Tak


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

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...

7 years ago | 1 answer | 0

1

answer

Question


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 ...

7 years ago | 2 answers | 0

2

answers

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Answered
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 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

answer

Question


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*...

8 years ago | 2 answers | 0

2

answers

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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 ...

8 years ago | 0 answers | 0

0

answers

Question


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 ...

8 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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 ...

9 years ago | 0 answers | 0

0

answers

Question


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

answers

Question


Regression
How can we display the regression equation (obtained by camand "fit") in the plot?

12 years ago | 3 answers | 0

3

answers