Statistica
5 Domande
0 Risposte
RANK
257.864
of 300.364
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 168.407
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 3 risposte | 0
3
risposteDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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?
oltre 3 anni fa | 1 risposta | 0
