tcpip_feval_end.m

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

M
11
字号
function [varargout]=tcpip_feval_end(ip_fid)% [arg1,arg2,...]=tcpip_feval_end(ip_fid) get return args from remote feval% You must get the number of arguments you specified when calling% tcpip_feval(...). If you specified 0 arguments dont call this function% at all!%  ret=tcpip_getvar(ip_fid);  varargout=ret;  return;    

⌨️ 快捷键说明

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