Writing, Reading, Appending Files Flashcards
0
Q
save filename matrixvariablename -ascii -append
A
Appends a matrix to the end of a data file called “filename.dat”
1
Q
save filename matrixvariablename -ascii
A
Saves a matrix to a data file called “filename.dat”
2
Q
load filename.dat
A
Reads filename.dat and stores in a variable called “filename” in the workspace window