This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
SampleAuthenticator (c) by Farhan Khan | |
SampleAuthenticator is licensed under a | |
Creative Commons Attribution 3.0 Unported License. | |
http://creativecommons.org/licenses/by/3.0/ | |
*/ | |
class SampleAuthenticator( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download f2matlab. | |
http://engineering.dartmouth.edu/~d30574x/consulting/f2matlab_4.0.zip | |
1. Put the f2matlab file in a folder (eg. /home/khan/) | |
2. Open matlab and add the documents directory to your matlab path | |
- type " addpath '/home/khan' " at the matlab command prompt. | |
3. Call the f2matlab function with your fortran program name: | |
- type " f2matlab('msphere.f') " at the matlab command prompt. |