Skip to content

Instantly share code, notes, and snippets.

@naveda
naveda / Abdullah-FunkBrasilVolume1.gexf
Last active April 21, 2026 21:48
Abdullah - Funk Brasil Volume 1
{
"attributes": {
"creator": "Gephi 0.10.1"
},
"options": {
"multi": false,
"allowSelfLoops": true,
"type": "undirected"
},
"nodes": [
@naveda
naveda / RandomColumn.m
Created January 24, 2012 15:13
RandomColumn.m
% STUDY 5
% % AUTHOR:
%
% Luiz NAVEDA
% luiznaveda[at]gmail.com
% http://naveda.info
% Copyright (C) 2012 Luiz Naveda
% ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%% Paper structures
%% Fixed column
samba_mcplotframe3Dmesh(Joint,10,animpar,'ShowMarkerNumbers',0,'ShowMarkerNames',1) % plot the mocap data at frame 10
view(153,23)
samba_mcplotframe3Dmesh(Joint,10,animpar,'SegRadius',30,'Ground',1,'Gcolor','k') % plot the mocap data at frame 10
axis equal
view(153,23)
@naveda
naveda / 1.mat
Created January 2, 2012 02:25
1
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
#include <stdio.h>
int main()
{
printf("hello, world");
return 0;
}