matrixFrom

Creates a SincMatrix from Octave scripts, such as:

matrixFrom("[1, 2, 3; 4, 5, 6]")

matrixFrom("[1, 2, 3, 4]")

matrixFrom("[5;6;7;8;9;10]")

matrixFrom("1:10")

matrixFrom("-1.5:-1:-7.9")