
Ben Barrowes
Barrowes Consulting / Dartmouth College / US Army CRREL
Ben Barrowes received the Ph.D. degree in 2004 from the Massachusetts Institute of Technology, Cambridge, MA. He was named top high school math student in the state of Utah (1991) and was awarded an NSF graduate fellowship. During 2004/05, he was a Director's funded Postdoc at Los Alamos National Laboratory in the Physics Division. His research interests center on electromagnetic wave theory and modeling with applications including wind-wave interaction, electromagnetic scattering from the sea surface as well as from random media, nanoscale energy generation techniques, computer interface methodologies, electromagnetic induction models for nonspherical geometries, and biological electromagnetic phenomena. Other interests include automatic code conversion/translation and arbitrary precision computing. Professional Interes
Statistics
RANK
2,250
of 262,675
REPUTATION
20
CONTRIBUTIONS
0 Questions
12 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
42 of 17,980
REPUTATION
16,799
AVERAGE RATING
4.10
CONTRIBUTIONS
18 Files
DOWNLOADS
179
ALL TIME DOWNLOADS
162430
RANK
of 113,679
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Multiple Precision Toolbox for MATLAB
This toolbox defines a new mp class allowing multiple precision objects in MATLAB.
7 days ago | 21 downloads |
How to convert a big fortran IV code to matlab ?
Your link goes to a PDF scan of the code. Do you have this code in a proper Fortran text file? Have you been able to compile it?...
5 months ago | 0
How to convert fortran code to matlab?
You should try my file exchange program, f2matlab. But you would have to convert it fortran90 style first, including refactoring...
5 months ago | 0
Submitted
benbarrowes/f2matlab
Converts basic fortran90 source code to MATLAB source code.
1 year ago | 38 downloads |
How to convert from FORTRAN TO MATLAB
My f2matlab can do this kind of conversion. Please download from the file exchange and give it a try. You will have to split the...
2 years ago | 0
Converting working Fortran code to MATLAB
Here is your fortran code cleaned up and compilable: program loops integer, parameter :: kr = 8 real x(0:100), h(0:100), dp...
2 years ago | 1
| accepted
how to convert to matlab from fortran
OCR and some hand editing produced this fortran code which I compiled and ran: program flow C RE GIONAL FLOW SYST&M ...
2 years ago | 0
Fortran to Matlab Translation with a dynamic fertility model
You could try f2matlab here on the file exchange. You could also contact me at my author page if you still need help. But you...
2 years ago | 0
how can I convert fortran and C++ to matlab
If you have more fortran code to convert to matlab code in the future, try f2matlab. F2matlab expects fortran code to be in f90 ...
3 years ago | 0
fortran convert to Matlab
If the free version of f2matlab cannot convert your code, please mail me. I should be able to help. I have additional tools to c...
4 years ago | 1
| accepted
Submitted
suplabel
Places text as a title, xlabel, or ylabel on a group of subplots.
4 years ago | 30 downloads |

Converting Fortran to MATLAB
Have you tried the free spag (linux version) from Polyhedron software to clean up (refactor) some of these goto's for you? http...
8 years ago | 1
Submitted
toSingle
Converts all numeric variables in the workspace, or optionally all doubles only, to single precision
9 years ago | 1 download |
How to increase the precision of Matlab (compared to Fortran) ???
What do you mean when you say "compare"? "format long" in matlab should give many digits of display. In any case, like Strider s...
9 years ago | 2
Can someone please convert this fortran program(.f90) to matlab (.m) for me. I would really appreciate
Putting it through f2matlab, this gets you most of the way there: function basil(varargin) clear all; %clear functions;...
10 years ago | 0
Fortran to matlab conversion
Jessica, This is Ben Barrowes. I see you are making progress converting this. This bracket syntax is meant to be a variabl...
10 years ago | 1
Submitted
Mathematica Symbolic Toolbox for MATLAB--Version 2.0
A symbolic toolbox for MATLAB based on Mathematica.
12 years ago | 40 downloads |
Submitted
oct2ml
Converts octave style m-files to matlab style m-files
13 years ago | 11 downloads |
Submitted
case insensitive load
Duplicates Matlab load function except ignores case on the filename. Finds first match in path.
13 years ago | 1 download |
Submitted
Generalized Hypergeometric Function
Calculates the Generalized Hypergeometric Function at the desired accuracy.
14 years ago | 9 downloads |
Submitted
textLoc
Puts string onto the current axes with location similar to legend locations.
15 years ago | 2 downloads |

Submitted
strrel
Applied relational operators to such as == or < to character arrays or cell arrays of strings accord
15 years ago | 1 download |
Submitted
dlagf01
Fourier cosine and sine transforms using lagged convolutions in double-precision (dlagf0 and dlagf1)
16 years ago | 1 download |
Submitted
matlab2fmex
matlab2fmex.m is a small translator which aims to convert numerical M-files to Fortran90 mex.
16 years ago | 2 downloads |

Submitted
Computation of Special Functions
MATLAB translation (via f2matlab) of the original FORTRAN of "Computation of Special Functions."
17 years ago | 13 downloads |