Description Usage Arguments Value Author(s) Examples
Converts a Matlab brain z-score connectivity array (n x n x m) where n is the n x n connectivity matrices and m is the participant. If you would like to simply import a connectivity array from Matlab, then see the examples
1 | convertConnBrainMat(MatlabData, progBar = TRUE)
|
MatlabData |
Input for Matlab data file. Defaults to interactive file choice |
progBar |
Should progress bar be displayed?
Defaults to |
Returns a list containing:
rmat |
Correlation matrices for each participant (m) in an array (n x n x m) |
zmat |
Z-score matrices for each participant (m) in an array (n x n x m) |
Alexander Christensen <alexpaulchristensen@gmail.com>
1 2 3 4 5 6 7 8 | ## Not run:
neuralarray <- convertConnBrainMat()
#Import correlation connectivity array from Matlab
library(R.matlab)
neuralarray<-readMat(file.choose())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.