tcpip_feval.m

来自「A very small 250-line library (written e」· M 代码 · 共 8 行

M
8
字号
function tcpip_feval(ip_fid,varargin)% tcpip_feval(ip_fid,no_ret_args,'fun_name',arg1,arg2,...) remote "feval"% Sends to server request to execute 'fun_name' with argument....% no_ret_args specifies number of return arguments. If return arguments is% more then 0 then use tcpip_feval_end to get them later.%  tcpip_sendvar(ip_fid,varargin);  

⌨️ 快捷键说明

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