gusucode.com > symbolic工具箱matlab源码程序 > symbolic/openxvz.m

    function out = openxvz(file)
%OPENXVZ Open MuPAD graphics file
%   OPENXVZ(FILE) opens the MuPAD graphics file named FILE.
%
%   See also OPEN, MUPAD

%  Copyright 2009-2012 The MathWorks, Inc

out = [];
mupaduimex('OpenGraphics', file);