getdata.h

来自「SystemC片上系统设计源代码 希望对大家有帮助哈」· C头文件 代码 · 共 24 行

H
24
字号
/*
 * MAT-file diagnose program
 *
 * Calling syntax:
 *
 *   matdgns <matfile.mat>
 *
 * It diagnoses the MAT-file named <matfile.mat>.
 *
 * This program demonstrates the use of the following functions:
 *
 *  matClose
 *  matGetDir
 *  matGetNextVariable
 *  matGetNextVariableInfo
 *  matOpen
 *  
 *  Copyright (c) 1984-2000 The MathWorks, Inc.
 *  $Revision: 1.9 $
 */



⌨️ 快捷键说明

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