view test/fcn-handle-derived-resolution/@other/other.m @ 14813:2de56de8953a gui

* main-window: Fixed bug with command window not coming up on Ctrl+0.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Thu, 28 Jun 2012 12:21:58 +0200
parents a00ff5cedb9b
children
line wrap: on
line source

function r = other (n)
  s.d = derived (n);
  r = class (s, 'other');
end