Skip to content

Instantly share code, notes, and snippets.

@alvaromartmart
alvaromartmart / keybase
Created September 21, 2021 08:18
keybase.md
### Keybase proof
I hereby claim:
* I am alvaromartmart on github.
* I am alvaromartmart (https://keybase.io/alvaromartmart) on keybase.
* I have a public key ASDdOkyl1Bb1iz6cB84cxagVs8Elqj8iGyjZ286jDRmiXgo
To claim this, I am signing this object:
@alvaromartmart
alvaromartmart / foo.m
Created August 21, 2017 11:53
Matlab function signatures example for custom handle classes
classdef foo < handle
properties
name = '';
values = {};
end
methods
function obj = foo(name,varargin)