M-File List and Instructions
What is an m-file?
An M-file is script, or program, written in the MATLAB language.
MATLAB, short for MATrix LABabortory, was developed by
MathWorks, Inc. as a numeric
processing tool.
How do I download these m-files?
Simply click on an M-file to download it.
If you have the problem of
your browser not requesting a location to save the file but instead
displays it in this frame, then you have to alter your browser setup.
In the case of Netscape,
-
From the menu, select Options|General Preferences....
This will bring up the General Preferences Panel.
-
Select the Helpers tab on this General Preferences Panel.
This will bring up the helpers panel.
-
Select the Create New Type... button.
This will bring up a new dialogue box.
-
Type application into the Mine Type field.
Then type mfile into the Mine SubType field.
Finally, select the OK button. You will be taken back to the helpers panel.
-
On the helpers panel enter m at the File Extensions: line.
-
Change the current Action to Save to Disk.
Once all changes are entered, select the OK Button.
This will mean that once an mfile is selected from below, you will be prompted to
give a saving location on your disk.
What m-files are available for download?
- gibbs.m
- Gibbs Phenomenon.
- aliasing.m
- An example of aliasing in the time and frequency domains.
- fft_ex.m
- An example of how to use the FFT in Matlab.
- wav_nlys.m
- Wave File analysis.