Mercurial > hg > ltpda
view m-toolbox/classes/tests/ao/@test_ao_abs/test_ao_abs.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
line wrap: on
line source
classdef test_ao_abs < ltpda_vector_utp methods function utp = test_ao_abs() utp = utp@ltpda_vector_utp(); utp.methodName = 'abs'; utp.className = 'ao'; end end end