Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

list of list #42

Open
cwliu007 opened this issue Aug 22, 2019 · 0 comments
Open

list of list #42

cwliu007 opened this issue Aug 22, 2019 · 0 comments

Comments

@cwliu007
Copy link

In R, I save R object as list of list. For example, bias$normal$alpha and save it to .mat (by R.matlab 3.6.2). However, the alpha is missing in MATLAB after loading such .mat.

EXAMPLE in R:
bias = list()
bias$normal$alpha = 1
require("R.matlab")
writeMat("test.mat",bias=bias)

In Matlab:
load('test.mat')
bias.normal.alpha

Reference to non-existent field 'alpha'.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant