photo

Yan Tong


Last seen: 4 months ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
2 Answers

RANK
21,768
of 299,969

REPUTATION
2

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,853

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 166,784

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

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

2 years 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