|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MLArray | |
---|---|
com.jmatio.io | |
com.jmatio.types |
Uses of MLArray in com.jmatio.io |
---|
Methods in com.jmatio.io that return MLArray | |
---|---|
MLArray |
MatFileReader.getMLArray(String name)
Returns the value to which the red file maps the specified array name. |
Methods in com.jmatio.io that return types with arguments of type MLArray | |
---|---|
Map<String,MLArray> |
MatFileReader.getContent()
Returns a map of MLArray objects that were inside
MAT-file. |
Map<String,MLArray> |
MatFileReader.read(File file)
Reads the content of a MAT-file and returns the mapped content. |
Map<String,MLArray> |
MatFileReader.read(File file,
int policy)
Reads the content of a MAT-file and returns the mapped content. |
Map<String,MLArray> |
MatFileReader.read(File file,
MatFileFilter filter,
int policy)
|
Methods in com.jmatio.io with parameters of type MLArray | |
---|---|
void |
MatFileIncrementalWriter.write(MLArray data)
|
Method parameters in com.jmatio.io with type arguments of type MLArray | |
---|---|
void |
MatFileIncrementalWriter.write(Collection<MLArray> data)
Writes MLArrays into WritableByteChannel . |
void |
MatFileWriter.write(File file,
Collection<MLArray> data)
Writes MLArrays into File |
void |
MatFileWriter.write(String filepath,
Collection<MLArray> data)
Writes MLArrays into file created from
filepath . |
Constructor parameters in com.jmatio.io with type arguments of type MLArray | |
---|---|
MatFileWriter(File file,
Collection<MLArray> data)
Writes MLArrays into File . |
|
MatFileWriter(String fileName,
Collection<MLArray> data)
Writes MLArrays into file given by fileName . |
|
MatFileWriter(WritableByteChannel channel,
Collection<MLArray> data)
Writes MLArrays into OuputSteram . |
Uses of MLArray in com.jmatio.types |
---|
Subclasses of MLArray in com.jmatio.types | |
---|---|
class |
MLCell
|
class |
MLChar
|
class |
MLDouble
Class represents Double array (matrix) |
class |
MLEmptyArray
|
class |
MLInt32
Class represents Int32 (int) array (matrix) |
class |
MLInt64
Class represents Int64 (long) array (matrix) |
class |
MLInt8
|
class |
MLNumericArray<T extends Number>
|
class |
MLSingle
|
class |
MLSparse
|
class |
MLStructure
This class represents Matlab's Structure object (structure array). |
class |
MLUInt64
Class represents Int64 (long) array (matrix) |
class |
MLUInt8
Class represents UInt8 (byte) array (matrix) |
Methods in com.jmatio.types that return MLArray | |
---|---|
MLArray |
MLCell.get(int index)
|
MLArray |
MLCell.get(int m,
int n)
|
MLArray |
MLStructure.getField(String name)
Gets a value of the field described by name from current structe in struc array. |
MLArray |
MLStructure.getField(String name,
int index)
Gets a value of the field described by name from index'th structe in struc array. |
MLArray |
MLStructure.getField(String name,
int m,
int n)
Gets a value of the field described by name from (m,n)'th structe in struc array. |
Methods in com.jmatio.types that return types with arguments of type MLArray | |
---|---|
ArrayList<MLArray> |
MLCell.cells()
|
Collection<MLArray> |
MLStructure.getAllFields()
Gets all field from sruct array as flat list of fields. |
Methods in com.jmatio.types with parameters of type MLArray | |
---|---|
void |
MLCell.set(MLArray value,
int index)
|
void |
MLCell.set(MLArray value,
int m,
int n)
|
void |
MLStructure.setField(String name,
MLArray value)
Sets field for current structure |
void |
MLStructure.setField(String name,
MLArray value,
int index)
Sets filed for structure described by index in struct array |
void |
MLStructure.setField(String name,
MLArray value,
int m,
int n)
Sets field for (m,n)'th structure in struct array |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |