⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 matlab数字信号处理工具箱
💻
字号:
INSTALLING XMLTree
------------------

This toolbox requires MATLAB 5.3 or later and should work on all
platforms.

1) Extract the tar.gz file (you probably did this already):

> tar xvfz xmltree.tar.gz

or decompress the zip file:

> unzip xmltree.zip

2) Add the new path to Matlab (assuming you untared the toolbox
in '/home/flandin/matlab/'):

> addpath('/home/flandin/matlab/xmltree/');

The folder @xmltree doesn't need to be added in Matlab path, since 
it's a class folder. 

3) XMLTree package uses one mex-file for the parsing of XML data: 
this mex-file is provided for Windows, Linux and Solaris platforms.
If you need to compile it for your architecture, the command is:

> cd /home/flandin/matlab/@xmltree/private/
> mex -O xml_findstr.c

If never this compiled function doesn't work or behaves badly, 
comment the line #define __HACK_MXCHAR__ at the beginning of the 
file, and compile it again.

4) You can now launch demonstration mfiles:

> xmldemo1
> xmldemo2
> xmldemo3


If you've got troubles when installing this XML toolbox, you can 
send me an email (Guillaume.Flandin@sophia.inria.fr) explaining 
precisely your problem.
Suggestions for improvement and fixes are always welcome, although 
no guarantee is made whether and when they will be implemented.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -