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;

     

  • 相关阅读:
    原始字符串
    .Net Core 常见错误解决记录
    P1010 幂次方 P1022 计算器的改良
    P1036 选数
    广度优先遍历
    P4327 彼得潘框架
    链表
    标准库与标准模板库
    信息学竞赛打表犯规吗?
    对拍程序
  • 原文地址:https://www.cnblogs.com/moren/p/3461102.html
Copyright © 2011-2022 走看看