Yan Tong - MATLAB Central
photo

Yan Tong


Last seen: 5 months ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 03/20 to 02/25Use left and right arrows to move selectionFrom 03/20Use left and right arrows to move left selectionTo 02/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
21,730
of 297,129

REPUTATION
2

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
Read/write georeferenced image
You can try this! [A,R] = readgeoraster(infilename); info = geotiffinfo('input_image.tif'); geoTags = info.GeoTIFFTags.GeoKey...

1 year ago | 0

Answered
Saving matrix as a .tiff file with projection?
According to the error shown in MATLAB, you should do as followings:  [A, R]=geotiffread('filename');  info=geotiffinfo('filen...

5 years ago | 1

Go to top of page