Feeds
提问
How can I load a tif file and save it again with the same parameters as before?
I want to load a tif file and save it again, but the saved file is not the same like the original file. helgoland_bathy.tif is a...
3 years 前 | 1 个回答 | 0
1
个回答提问
Change only coordinates of a georeferenced tif file from utm to degree
I want to open a bathymetry as tif file and only changed the UtM coordinates into degree. The problem is that in info are import...
3 years 前 | 1 个回答 | 0
1
个回答提问
I want to convert a single cell to a float number
i have a cell celltest = {23.234,123.45}; And I want to convert the first number to float something like this: cell2float(ce...
3 years 前 | 3 个回答 | 0
3
个回答提问
I want t write a number to a file
I want to do this: fOutput = fopen('test.txt','wt'); fprintf(fOutput,'%5.2d',22.56); fclose(fOutput); but the txt file is...
3 years 前 | 1 个回答 | 0
1
个回答提问
how can i reset fgetl to the beginning of the text file. frewind doesn't work
fgetl ist always -1 and the number of my open document is counted higher with every loop and I don't know how to reset?
3 years 前 | 1 个回答 | 0