data files
How can I upload data files that are not .m files ?
Update: uploaded *.mat files are now shown in the file list in the editor. The machine-readable *mat files generated by MATLAB cannot yet be edited directly in the GUI; Octave commands are required for making changes to datafiles.
-
Victor commented
How about just deleting any uploaded file?
-
If you upload a file that is not *.m, the system actually does upload your file. The reason you can't see it in the sidebar is because currently we do not implement an editor for non-text files (like *.mat). However, if you upload myfile.mat and then do a load("myfile.mat"), it should work as expected.
Enabling you to view non-text files in the editor list is something we'll put high on our priority list.