Displaying 1 result from an estimated 1 matches for "foig".
Did you mean:
fig
2013 Feb 07
0
Help R.matlab
...= SHo * Sc;
myKS = ones(N,1);
myKS(find(moveBan > 0),1) = KernelShrinkage;
myKS = gpuArray(myKS);
dMG = gpuArray(dM(:,INF));
K1G = exp(-kparShort*(dMG));
K1G = bsxfun(@times, myKS,K1G);
K2G = exp(-kparLong*(dMG));
K2G = bsxfun(@times, myKS,K2G);
FoIG=Susc.*((K1G*(Tr(:,1)+Tr(:,2)+Tr(:,3))) + (K2G*Tr(:,4)));
ProbI = 1-exp(-FoIG);
res = gather(ProbI);
"
Sent byte: 0
Received cmd: 1
"eval" string: "variables = {'res'};"
Sent byte: 0
Received cmd: 2
save(tmpname, '', 'res')
answer=0
Err...