Skip to content

Conversation

@pakjce
Copy link

@pakjce pakjce commented Oct 25, 2014

Because of my needs, I modified your code to be able to support to read mxCELL_CLASS and mxSTRUCT_CLASS. Would you pull my changes your orignal branch?

Jun-Cheol Park added 5 commits October 25, 2014 22:43
-- in case of 1 elements
{
 [key1] = val1(Tensor)
 [key2] = val2(Tensor)
}

-- in case of N elements
{
 [key1] = {[0] = val1-1, [1] = val1-2, ....., [N-1] = val1-N , ["Length"] = N}
}
@pakjce
Copy link
Author

pakjce commented Nov 5, 2014

I revised code to load mxCHAR_CLASS array as a normal String type of lua and index starts from 1 when a cell array is loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant