Freja Nordsiek
Freja Nordsiek
What you are proposing is better. This was just something that was very quick to put together that did a very minimal check. And it was a very very minimal...
Hm, you know, based on your response, I think I got it wrong. Let's say there are N_W walls and N_D doors. The states for where one is at is...
Some years ago, I looked at several Matlab types including I think dates and times (but perhaps not) and they were using Matlab's class system including its marshalling back and...
Added initial support to master branch in commit 817da0b . What Marshaller API version ``'1.0'`` is comprised of exactly still needs to be defined and documented.
I can see it being tricky given that the Marshallers are in a bit of flux being that they are mid overhaul, but then again it may just be tricky...
I haven't worked on it in a while. I actually ran into a major problem that I have been trying to think about that is in the way. That is,...
Matlab uses Fortran ordering for indices but stores dimensions in v7.3 MAT files with C ordered dimensions with the order of elements in memory being preserved (flat iterator). When deciding...
After making an initial failed attempt, it looks like this is going to require a massive re-architecturing of the Marshaller API. Marshalling is going to have to some degree be...
I've been thinking about this more and I think it is actually a bad idea to have write support for circular objects because earlier versions of this software would crash...
Added initial support to master branch in commit 817da0b . There is still more work to be done to round it out and document it.