docsoph / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

It misses an important function for me #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I'm creating a c3d files with BTK. So I need all the inverse fonction of 
Get like the Set. I've  all of this less the inverse of: " [forceplates, 
forceplatesInfo] = btkGetForcePlatforms(acq)" to give the information of my 
force plates at my new aquisition.

So I need a fonction like this: " btkSetForcePlatforms(acq) = [forceplates, 
forceplatesInfo] ". Because when I create a new acquisition I don't know how to 
give it this information. I can only change the forces values and moment 
values. I want to change this:

forceplates =

0x1 struct array with fields:
    channels
    corners
    origin
    type

forceplatesInfo =

0x1 struct array with fields:
    frequency
    units
    cal_matrix

In that:

forceplates =

3x1 struct array with fields:
    channels
    corners
    origin
    type

forceplatesInfo =

3x1 struct array with fields:
    frequency
    units
    cal_matrix

(With the informations inside)

Please HELP ME.

Thank you very much.

Original issue reported on code.google.com by michaud....@gmail.com on 31 Jan 2013 at 10:35

GoogleCodeExporter commented 8 years ago
This issue was resolved in the mailing list: 
https://groups.google.com/forum/?fromgroups=#!topic/btk-users/R1pjBx0d5r4

Original comment by arnaud.barre on 12 Feb 2013 at 5:48