Skip to content

Instantly share code, notes, and snippets.

View sebhoerl's full-sized avatar

Sebastian Hörl sebhoerl

  • IRT SystemX
  • Paris
View GitHub Profile
@sebhoerl
sebhoerl / gist:5138036
Last active December 14, 2015 19:39 — forked from anonymous/gist:5138020
function sprache2()
T25 = 1:10;
YEARS = 25;
DISTANCE = 18;
coordinates = [0 0];
for t = T25
rows = size(coordinates, 1);
new_coordinates = [];