view test/@Dork/getStash.m @ 10366:e5ae13b8b2c2

improve Array indexing error messages
author Jaroslav Hajek <highegg@gmail.com>
date Sat, 27 Feb 2010 08:37:34 +0100
parents f9ab19428cd8
children
line wrap: on
line source

function [ out ] = getStash(cls)

  out = myStash();
        
end