classdef classdef_test_super < super methods function test foo = 1:3; somefunc@super(foo) end end end