Skip to content

Instantly share code, notes, and snippets.

@okomarov
okomarov / R2014b
Created April 9, 2015 11:49
R2014b - 6da0553 - ACID(36)
% This file was created by matlab2tikz.
%
\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\usepackage{grffile}
\pgfplotsset{compat=newest}
\usetikzlibrary{plotmarks}
\usepgfplotslibrary{patchplots}
\usepackage{amsmath}
@okomarov
okomarov / Matlab_factoryDefaults
Last active August 29, 2015 14:12
MATLAB factory defaults to script
%% R2014b
% Retrieve all factory defaults
s = get(0,'factory');
fnames = fieldnames(s);
% groupnames = unique(regexp(fnames, 'factory[A-Z][a-z]+','match','once'));
% Select those of interest
groupnames = {
'factoryAnimatedline'
'factoryAnnotationpane'