User:KaKiLa: Difference between revisions

From Octave
Jump to navigation Jump to search
Line 17: Line 17:
* quaternion_oo mpower.m
* quaternion_oo mpower.m
* Invite biomechanicist to put their code in biomechanics package.
* Invite biomechanicist to put their code in biomechanics package.
 
* Modify admin/releasePKG.m to erase svn specific files.


=== Robotics Toolbox ===
=== Robotics Toolbox ===

Revision as of 11:04, 25 January 2012

Personal Data

Juan Pablo Carbajal

TODO list

extend sub2ind and ind2sub

We are extending sub2ind and ind2sub to work with triangular matrices. Currently private functions of mechanics. A string argument triggers the behavior. The string argument can be "triu" or "tril". After this str argument we accept an extra scalar value indicating that the triangular matrix is off diagonal (as in tril and triu). So, the first modification to the C++ code will be

  1. Check if any of the argument is a str.
  2. Check what kind of triangular matrix (up or low).
  3. If the argument after the str argument is a scalar, it indicates off diagonal triangular matrix (we do not have algo for that yet, though).

Octave - Forge

  • quaternion_oo mpower.m
  • Invite biomechanicist to put their code in biomechanics package.
  • Modify admin/releasePKG.m to erase svn specific files.

Robotics Toolbox

Matgeom

Working on graphs:

  • Porting.
  • Write demos.

Finish the port:

  • polygons2d
  • meshes
  • polygons3d

Mechanics

  • clean up structure.
  • DMOC code generation.
  • Improve verlet integrator. A odepkg compatible version?