Copyright (c) 1989-1994 Shalom Halevy

MathViews Version 1.60 demo version

Thanks for using MathViews
Benefits of MathViews

- Written in C++ for Windows from the ground up (not a retrofit)

- Full screen m-file debugger (support step into and step over)
  you have access to the variable window and the stack window
  at all times (keyboard access is always available)
  Break points support is simple, use the right mouse button!

- You can load a script file and run a selection of consecutive
  statements

- Dynamic loading of MathViews DLLs enable you to extend MathViews
  in client-server environments. Unlike MEX, a single DLL support
  multiple functions

- Windows DDE client and server DLL tool kit gives you access to any
  Windows application that support DDE.

- Different windows for editing, text output, graphics output,
  interactive input, and inspector for the function stack

- Multiple graphics windows with zoom and scroll support

- Build and compile MathViews libraries; You can put all your m-files
  into a single module and compile the module into a MathViews
  library. The library can be brought into MathViews runtime memory
  with a single command.
  Commercial customers: if you are looking to protect your m-file,
  this compiler might be the solution you were looking for.

- C syntax for simple and compount assignment (+=, -=. *=, ++, --, etc.)

- Cut/Copy/Paste of commands; Copy/Print for plots

- AutoAssign, := assignment, for automatic variable updates.
  For example:  y  := abs(x)
                yf := abs(fft(y))
  when x is changed, y and yf are updated automatically. You can
  use this feature to create whatif analysis (spreadsheet ?)
  Load and run the autoasgn example

- Optional run time module


We are actively looking for m-files authors and porting partners


Source code licensing is available for qualified customers

Consulting and contract programming services are available

Loading of DLLs and run time modules are supported by the full
working version of MathViews


Dr. Shalom Halevy
The MathWizards
PO Box 22564
San Diego, CA 92192
Tel/FAX: (619) 552-9031

CompuServe E-mail 70274,2564
INTERNET   E-mail 70274.2564@compuserve.com

Copyright (c) 1989-1994 Shalom Halevy

Permission to use, copy, distribute, and sell this software and 
its documentation for any purpose is hereby granted without fee, provided
that (i) the above copyright notices and this permission notice appear in
all copies of the software and related documentation, and (iii) the names of
Shalom Halevy and The MathWizards may not be used in any advertising or
publicity relating to the software without the specific, prior written
permission of Shalom Halevy.

PERMISSION is NOT granted to modify the software or its documentation.

THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  

IN NO EVENT SHALL SHALOM HALEVY BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE
POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



