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

📄 matport.m

📁 atport - Matlab接口模块 Matport是NTPort Library的MatLab接口模块。借助Matport
💻 M
字号:
function [result] = matport('function', parameters)
%MATPORT NTPort Library add-on for Matlab.
%
%   Before use Matport, your must install the latest version of NTPort 
%   Library. 
%
%
%   [result] = matport('function', parameters) calls the given function
%   of NTPort Library.
%   For example, if you want to call Inport function to read a port, 
%   simply use
%	myvalue = matport('Inport', 97);
%
%   Copyright (c) 2001 LI Hai, Zeal SoftStudio.
%   $Revision: 1.0 $  $Date: 2001/6/30 $

⌨️ 快捷键说明

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