Skip to content

Instantly share code, notes, and snippets.

View fabiozeh's full-sized avatar

Fabio Jose Muneratti Ortega fabiozeh

View GitHub Profile
@fabiozeh
fabiozeh / Ambiente_de_Estudo_Bibliometrico.ipynb
Last active December 16, 2022 19:05
Protótipo de análise bibliométrica orientada por palavras-chave sobre metadados de dissertações e teses da USP.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fabiozeh
fabiozeh / parseMusicXML.m
Last active February 22, 2019 01:11
A simple parser for reading MusicXML scores into MATLAB.
%
% This function reads from a musicXML file generating a MATLAB array
% holding per-note information.
%
% Only works with partwise MusicXML scores, for now.
%
% Notes array is compatible with MIDItoolbox nmap by taking its first
% seven columns.
%
% Octave users will need the io package for the xmlread function. Also,