# Returns the density of layer #i ################################################# function [ d ] = lambda( i ) global model d = model(i,2); endfunction