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)
| 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. |