view test/@Dork/bling.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 ] = bling( m1, m2 )

  out = 1;
        
end