This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "attributes": { | |
| "creator": "Gephi 0.10.1" | |
| }, | |
| "options": { | |
| "multi": false, | |
| "allowSelfLoops": true, | |
| "type": "undirected" | |
| }, | |
| "nodes": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % STUDY 5 | |
| % % AUTHOR: | |
| % | |
| % Luiz NAVEDA | |
| % luiznaveda[at]gmail.com | |
| % http://naveda.info | |
| % Copyright (C) 2012 Luiz Naveda | |
| % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| %% Paper structures | |
| %% Fixed column |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| samba_mcplotframe3Dmesh(Joint,10,animpar,'ShowMarkerNumbers',0,'ShowMarkerNames',1) % plot the mocap data at frame 10 | |
| view(153,23) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| samba_mcplotframe3Dmesh(Joint,10,animpar,'SegRadius',30,'Ground',1,'Gcolor','k') % plot the mocap data at frame 10 | |
| axis equal | |
| view(153,23) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| load data | |
| figure(1) | |
| samba_mcplotframe3Dmesh(Joint,10,animpar) % plot the mocap data at frame 10 | |
| view(153,23) % change the azimuth and elevation of the 3d figure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| int main() | |
| { | |
| printf("hello, world"); | |
| return 0; | |
| } |