How to run each of the examples is shown below. Another simple example showing how to use Velocity in a standalone program. This examples uses the org.apache.velocity.app.Velocity application utility ...
# clone the velocity-examples repo and run meteor $ git clone https://github.com/meteor-velocity/velocity-examples.git $ cd velocity-examples Each folder is a ...
% constants T = 0.01; % set up desired trajectory i = 1; for t = 0:T:0.1 posd(i) = 0; veld(i) = 0; accd(i) = 0; i = i + 1; end for t = 0:T:1.0 [p,v,a] = minjerk(t ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results