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

📄 tcpip_feval_end.m

📁 A very small 250-line library (written entirely in MATLAB) that allows multiple MATLAB programs to t
💻 M
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -