MCPcopy Index your code
hub / github.com/diffplug/matfilerw / getMLArray

Method getMLArray

src/main/java/com/jmatio/io/MatFileReader.java:730–732  ·  view source on GitHub ↗

Returns the value to which the red file maps the specified array name. Returns null if the file contains no content for this name. @param - array name @return - the MLArray to which this file maps the specified name, or null if the file contains no content for t

(String name)

Source from the content-addressed store, hash-verified

728 * or null if the file contains no content for this name.
729 */
730 public MLArray getMLArray(String name) {
731 return data.get(name);
732 }
733
734 /**
735 * Returns a map of <code>MLArray</code> objects that were inside MAT-file.

Calls 1

getMethod · 0.45