On Sat, 9 Feb 2019, Sven Schreiber wrote:
see the following:
<hansl>
matrix m = {}
mwrite(m, "mcheck.mat", 1) # OK
mread("mcheck.mat", 1) # fails
</hansl>
I guess if gretl is ready to write an empty matrix, it should also
read them, no?
That's now fixed in git.
Allin