Re: [R] Help needed in reading matlab files

2012-08-14 Thread Rui Barradas
Sorry, it's adj_con <- file(pathnames_adj, open = "rb") Rui Barradas Em 14-08-2012 19:12, Rui Barradas escreveu: Hello, I don't have MATLAB here so this is completely untested but the help page for readMat says: Arguments |con| Binary |connection

Re: [R] Help needed in reading matlab files

2012-08-14 Thread Rui Barradas
Hello, I don't have MATLAB here so this is completely untested but the help page for readMat says: Arguments |con| Binary |connection | to which the MAT file structure should be written to. A string is interpreted as file

[R] Help needed in reading matlab files

2012-08-14 Thread jerome
Dear users, I am stucked with a programming problem: I am trying to download a squared adjacency matrix from matlab with only 0 or 1. Doing it without a loop at first, I get an error message that is, I think, related to the "mat_adj<-readMat(pathnames_adj)" line. Did anybodz encouter already