| File Information |
| Description |
Most recent version at:
http://engineering.dartmouth.edu/~d30574x/consulting/consultingIndex.html
4. F2MATLAB CAPABILITIES: f2matlab is aimed at converting numerical Fortran90 code to Matlab m-files. Accordingly, only basic data types and constructions are recommended. f2matlab can handle: all numeric types (handled by Matlab interpreter) most string functions comparisons, branches, loops, types, etc. basic read/write/print statements (if it's not too fancy...) 5. F2MATLAB LIMITATIONS: f2matlab can not handle some features of fortran90 yet. These include: can't handle difficult IO and read and write statements, goto (of course), equivalence, and pointers. |
| Acknowledgements |
This file inspired
Gauss Hermite.
|
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (22) |
| 13 Mar 2012 |
Dikla
|
|
|
| 12 Jul 2011 |
Jin
|
|
|
| 30 Jun 2011 |
bruce
|
|
|
| 11 May 2011 |
AlexanderKospach
|
|
|
| 28 Mar 2011 |
Md mahbub Mishu
|
|
|
| 21 Feb 2011 |
Alan
|
|
|
| 26 Nov 2010 |
Erkan Tiryaki
|
|
|
| 14 Jul 2010 |
pink
|
|
|
| 17 Feb 2010 |
Andre Guy Tranquille
|
|
|
| 19 Nov 2009 |
Hastiepen
|
|
|
| 02 Nov 2009 |
Martin Richard
|
|
|
| 19 Apr 2009 |
Qun HAN
|
|
|
| 08 Apr 2008 |
anonymous anonymous
|
|
|
| 18 Mar 2008 |
Fat Hidalgo
|
|
|
| 28 Dec 2007 |
thangjam singh
|
|
|
| 05 Dec 2006 |
rakesh reddy govindapur
|
|
|
| 12 Nov 2006 |
aws ataallah
|
|
|
| 08 Nov 2006 |
Thomas Clark
|
|
|
| 23 Jun 2006 |
Anthony Kendall
|
|
|
| 25 Apr 2006 |
Malin Premaratne
|
|
|
| 29 Mar 2006 |
peter spellucci
|
|
|
| 07 Mar 2006 |
shahab ghomi
|
|
|
| Updates |
|
Added module support. |
| 16 Nov 2004 |
Enhancements, bug fixes. |
| 30 Nov 2004 |
Enhancements, bug fixes. |
| 09 Dec 2004 |
Enhancements, bug fixes.
Also added support for simple IO -- read/write/print statments inclusing formatting. |
| 15 Dec 2004 |
Enhancements, bug fixes.
Added support for implied do loops. |
| 24 Jan 2005 |
Some bug fixes. |
| 09 Feb 2005 |
bug fixes, more robust |
| 01 Mar 2005 |
01/20/05 - some bug fixes
02/08/05 - added try catch's
02/24/05 - added some support for fortran string comparisons, date_and_time
02/25/05 - added some support for functions as arguments |
| 15 Mar 2005 |
More bug fixes. Support for strings as cells. I/O enhancements. |
| 15 Mar 2005 |
Many bugs is last dist. |
| 22 Mar 2005 |
03/09/05 - put fix() around declared integers
03/14/05 - some fixes, loop var now correct on exit from loop
03/21/05 - rewrote some parts to deal with var decs better
save (or declared with a value) vars in fortran are now persistent |
| 30 Mar 2005 |
Bug fixes. |
| 12 Dec 2005 |
Some bug fixes. Some enhancements. |
| 14 Dec 2005 |
Some improvements and fixes. |
| 16 May 2006 |
Fixed some bugs.
Added matlab reserve word variables changes. |
| 06 Jun 2006 |
Changed description |
| 31 Aug 2006 |
Speed improvement.
Bug fixes.
Module capability better. |
| 06 Apr 2007 |
Bugfixes, added functionality. |
| 16 Oct 2007 |
updated description |
| 27 Dec 2007 |
Many bug fixes and major upgrade of capabilities. |
| 05 Nov 2008 |
Some documentation updates and bug fixes. |
| 04 Feb 2009 |
bug fixes, features added, more robust |
| 01 May 2009 |
Several bug fixes and enhancements. Include files, types, etc. |
| 01 Aug 2012 |
Added link to most recent version off site. |
|