in reply to Re^7: Write Matlab binary MAT-files from Perl (repeat)
in thread Write Matlab binary MAT-files from Perl
What's your perl version? Try this perhaps:
Re: ascii string to characters—that's simple: my @arr = unpack 'C*', $x;print $h pack 'l4 l/Z (Z*)*', $type, $m, $n, $imag, $name, @a;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Write Matlab binary MAT-files from Perl (repeat)
by BrowserUk (Patriarch) on Jul 26, 2014 at 01:07 UTC | |
by Anonymous Monk on Jul 26, 2014 at 09:12 UTC | |
by BrowserUk (Patriarch) on Jul 27, 2014 at 10:32 UTC |