#! /bin/sh

# Name: regedit
#
# Usage:
#
#   Should be called from MATLAB by using 'regedit.m' to bring up
#   the registry editor which is used for displaying and editing
#   user options for MATLAB's IDE tools on some UNIX platforms.
#
# Copyright (c) 1986-97 by The MathWorks, Inc.
# $Revision: 1.2 $  $Date: 1997/11/25 20:38:12 $


WUHOME=$MATLAB/windu/$ARCH
export WUHOME

$MATLAB/windu/$ARCH/regedit &
