Feeds
提问
Line simplification algorithm
I need the following line simplification algorithm: * Bellman * STTrace * TD-TR (modified Douglas-Peucker) * OPW-TR (openi...
13 years 前 | 1 个回答 | 0
1
个回答提问
how to translate this macro
I have this "macro" err = (dd_y(x1:x2)'-yi(1:end)).^2 I would translate this into normal code runnable in every environment,...
13 years 前 | 1 个回答 | 0
1
个回答提问
Matlab: array of strings
Inside a Matlab function I need something like (as you can imagine in real life it should be represented as a for loop): va...
13 years 前 | 1 个回答 | 0
1
个回答提问
Import same class globally inside functions file
I have a function file called getFeatures.m that looks like: function [features] getFeatures() % Import the XPath classes...
13 years 前 | 1 个回答 | 0
1
个回答提问
register a namespace in xPath filter
*I have realized a really stupid xPath filter in MatLab:* % Construct the DOM. docNode = xmlread('C:\Users\MATLAB\test.gpx'...
13 years 前 | 0 个回答 | 1
0
个回答提问
3d representation of GPS coordinates
[EDIT: 20110525 10:45 CDT - clarify - WDR] I have 3 vectors, x, y, z. Three different vector's element represent the position o...
13 years 前 | 2 个回答 | 0