CIBC:Documentation:SCIRun:Reference:SCIRun:ReadMatrix
Contents |
ReadMatrix
Information
- Package: SCIRun
- Catagory: DataIO
- Author(s): Steven G. Parker
- Status: Supported in latest version
- Version: 3.0
Description
Summary
The ReadMatrix moudle reads a persistent matrix from a file and sends that matrix to another module.
Detailed Description
Upon opening, the The ReadMatrix GUI defaults to the directory that the user sets for their SCIRUN_DATA environment variable. Otherwise, the GUI will default to the directory where the user's SCIRun executable resides. The current directory defaults to only show files with an .mat extension which helps the user determine the difference between matrix files and other files. However, the ReadMatrix can read-in a file with any extension so long as the data has the correct format. If the user attempts to read-in a file that is other than a SCIRun supported Matrix, or uses an incorrect file format, an error message appears in the Error frame within the SCIRun enrvironment. Clicking the OK button will load the file and dismiss the GUI.
Frequently Asked Questions
Known Bugs
Recent Changes
Go back to Documentation:SCIRun:Reference:SCIRun