view test/bug-36025/@testclass/testclass.m @ 17535:c12c688a35ed default tip lyh

Fix warnings
author LYH <lyh.kernel@gmail.com>
date Fri, 27 Sep 2013 17:43:27 +0800
parents 6fe6ac8bbfdb
children
line wrap: on
line source

function m = testclass (x,y)
  m = struct ('x',x,'y',y);
  m = class (m,"testclass");
endfunction