What are Published M-files?

What are Published M-files?


Starting with MATLAB 7.0, M-file scripts can be "published" to produce HTML documents. These documents capture the input and output of a MATLAB session in an easy-to-browse archived format. Published m-files can be used for:

- Recording demos and procedures
- Documenting your functions and applications

Type help publish at the command prompt or read online documentation to learn more.


How do I submit Published M-files?


To submit a Published M-file, include the HTML folder generated by MATLAB in your zip directory. Your HTML documents will be automatically linked from the Published M-files section of your file page. Try it!