zoukankan      html  css  js  c++  java
  • Matlab数据降维工具箱drtoolbox 安装备忘

    工具箱下载地址:百度云共享

    工具箱 Readme.txt 原文内容:

    Installation
    ------------
    Copy the drtoolbox/ folder into the $MATLAB_DIR/toolbox directory (where $MATLAB_DIR indicates your Matlab installation directory). Start Matlab and select Set path... from the File menu. Click the Add with subfolders... button, select the folder $MATLAB_DIR/toolbox/drtoolbox in the file dialog, and press Open. Subsequently, press the Save button in order to save your changes to the Matlab search path. The toolbox is now installed.
    Some of the functions in the toolbox use MEX-files. Precompiled versions of these MEX-files are distributed with this release, but the compiled version for your platform might be missing. In order to compile all MEX-files, type cd([matlabroot '/toolbox/drtoolbox']) in your Matlab prompt, and execute the function MEXALL.

    另外注意:

    在执行编译的 mexall命令前先:

    1. 修改 dijkstra.cpp 中 include<iosteam.h> 为 <iosteam>;
    2. 在 dijsktra.cpp 中加入一行 using namespace std;

     

  • 相关阅读:
    C语言I作业12—学期总结
    # 第一周作业
    C语言Ⅰ博客作业11
    C语言Ⅰ博客作业10
    C语言Ⅰ博客作业09
    C语言Ⅰ博客作业08
    C语言||作业01
    C语言寒假大作战04
    C语言寒假大作战03
    C语言寒假大作战02
  • 原文地址:https://www.cnblogs.com/moren/p/3461102.html
Copyright © 2011-2022 走看看