Skip to content

Scitran get methods

Brian Wandell edited this page Nov 23, 2017 · 1 revision

There should be another page about st.getXXX methods.

The variable 'files' is a cell array of Matlab structures; each contains the database information of a file that matches the search criteria. You can retrieve one of these files with the stGet() command

st.get(files{1})

You can direct the output to a particular destination using

st.get(files{1},'destination',localFileName)
Clone this wiki locally