from

Creates a SincMatrix from Octave scripts, such as:

SincMatrix.from("[1, 2, 3; 4, 5, 6]")

SincMatrix.from("[1, 2, 3, 4]")

SincMatrix.from("[5;6;7;8;9;10]")

SincMatrix.from("1:10")

SincMatrix.from("-1.5:-1:-7.9")