📄 initmajordomo.m
字号:
function [sendsoc,receivesoc]=initmajordomo%function [sendsoc,receivesoc]=initmajordomo%% This function initializes two ports:% sendsoc --> is the handler to the port that will have a queue% with the remote machines that are available to receive % a task% receivesoc --> is a handler to the port that will have a queue% with the remote machines that finished its process and% are waiting to return the ouput variables%% by Lucio Andrademagic_port=5321;sendsoc=tcpip_servsocket(magic_port);receivesoc=tcpip_servsocket(magic_port+1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -