When processing time series in Octave, you probably have timestamps to deal with. I recently had data with timestamps formatted like „25-9-2022 19:17“. Reading data like this from a file can be done with the textscan […]
Octave
3 Beiträge
When designing a surveying network, it is important to know the accuracy of your observations in order to get a realistic estimate of the accuracy that can be achieved for the coordinates. For traditional observations such […]
During my studies in geodesy and surveying, we did a lot of linear algebra computations, as adjustment theory requires matrix computations. Naturally, Matlab was used a lot – although I preferred to stick with C++ most […]