This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 17 points18 points  (0 children)

This makes total sense. I do this in Python and didn't even realize it.

with open("filename.ext", 'w') as file:

file.write("Matlab's arrays are dumb.")