matport.m

来自「atport - Matlab接口模块 Matport是NTPort Libr」· M 代码 · 共 16 行

M
16
字号
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 + =
减小字号Ctrl + -
显示快捷键?