我是Netty框架的新手,正在尝试理解它的内部原理。我的问题是关于客户端和无连接协议的BootStrap类。我看到了两个方法Connect( defined in BootStrap )和Bind ( defined in AbstractBootStrap )
因为Bootstrap是AbstracBootStrap的子类,所以它也有Bind方法。我理解使用Connect()连接远程服务器,为什么需要Bind()?
function [inilife,ini_cycle] = cycode(a,b,c)
ld =load('allstresscomp.mat');% loading .mat file of(81290 rows and 6 colomns)
% from this .mat file I want extract row by row values(6 values of column)
ini_cycle=zeros(length(ld),1);
for Z=1:1:length(ld(:,1))
sigc11=ld(Z,1);