function y = mbSingle(input)
arguments
input {mustBeUnderlyingType(input,"single")}end
disp("Input is class " + class(input) + ..." with underlying type " + underlyingType(input) + ".")
end
Starting parallel pool (parpool) using the 'local' profile ...
Connected to the parallel pool (number of workers: 6).
Input is class distributed with underlying type single.