Drawing random smooth lines contained in a square [migrated]
- by Doug Mercer
I'm trying to write a matlab function that creates random, smooth trajectories in a square of finite side length. Here is my current attempt at such a procedure:
function [] = drawroutes( SideLength, v, t)
%DRAWROUTES Summary of this function goes here
% Detailed explanation goes here
%Some parameters intended to help help keep the particles…