## Not run:
# # Build a 5x5 matrix:
# x <- build("random()
# print(x[])
#
# # Slice the 2nd row (i=1 since SciDB matrices start with zero index by default)
# y <- slice(x, "i", 1)
# print(y[])
# ## End(Not run)
Run the code above in your browser using DataLab