C3D.ORG

The biomechanics standard

Updated:

7 May, 2018

The C3D web site is maintained by Motion Lab Systems as a resource for the biomechanics community.

All of the C3D information on this web site is in the public domain and may be copied and freely distributed with other products. The C3D User Manual documenting the C3D format and structure may be copied and supplied with any product that supports C3D.

This web site does not use cookies or collect or store any data from visitors.

Original XHTML 1.0 Strict and CSS2 template by Andreas Viklund

Search the C3D web site

C3D Files supported

The websites listed above all offer products that support C3D files. Please contact us if your product supports the C3D format to request that your website be added to this list.

MATLAB Toolbox For C3Dserver – Version 2

Matthew R. Walker, Michael J. Rainbow

Motion Analysis Laboratory Shriners Hospitals for Children – Erie PA (USA)

Version 2: April 21, 2006

Description

The C3D directory contains MATLAB functions used to activate and use Motion Lab Systems (MLS) C3Dserver as a COM object in MATLAB. This allows access to all of the functions within the C3Dserver. Some example functions are provided - a brief description of the m-files is available here.

Version 2 Additions:

Disclaimer of Warranties & Indemnity

These functions are offered to the biomechanics community free of charge and “as is” to increase the availability of a commonly used file format (*.c3d) in MATLAB. The use of these functions is at your own risk. Development of these functions was solely for the convenience of the authors, and was not in association with MLS in any way.

Shriners Hospitals for Children, the Motion Analysis Laboratory at Shriners Hospitals for Children - Erie PA (USA), and/or the authors make no warranty, express or implied, including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose with respect to any research, information, data, patent, trademark, software, non-public or other information, or tangible research property which may be provided to User hereunder and hereby disclaims the same.

Usage

Request from Authors: Please leave the authors names intact on the files. The authors also request acknowledgement if the use of these functions was found helpful for publications. If you find errors, have questions/ comments, or would like to provide or request additions to these M-files, please contact either Matthew Walker (matthewwalker_1@hotmail.com) OR Michael Rainbow (Michael_Rainbow@brown.edu).

Requirements: You must have both MATLAB 7.0 (or newer) and MLS C3Dserver (registered copy) installed. These M-files were created and tested with MATLAB 7.0 (R14) and MLS C3Dserver (v.129.3), operating on Windows XP Pro.

Please Note:

  1. Download the C3Dserver_matlab.zip file and add the directory to your MATLAB path.
  2. Choose a variable name (for example: 'test'), and type at the MATLAB prompt:

>> test = c3dserver

  1. A COM object variable 'test' is now loaded.  Once loaded, the C3DServer functions are considered 'methods' of the class COM.C3DServer_C3D.  The status and version of C3DServer you are using will be displayed (access is limited in evaluation mode).
  2. There are several MATLAB functions that will show you the 'methods' (ie. functions) available through C3DServer.  For example, type any of the following:

>> methods(test) ; invoke(test) ; methodsview(test)

  1. The M-files can now be used as typical MATLAB functions to open, save, create, or close a *.c3d file.  For help, type: help 'function name'.   To open a file, type:

>> openc3d(test)

Also notice additional arguments for increased flexibility in some of the functions.

  1. With access to all of the functions in C3Dserver, users can now write additional MATLAB functions (similar to those M-files in the toolbox) to perform operations on the data in C3D files.

Please Note:

Acknowledgements

The authors would like to thank Frank L. Buczek, Jr., Ph.D., Director of the Motion Analysis Laboratory at Shriners Hospitals for Children – Erie PA (USA), for his support and suggestions during this process