Ben Barrowes
Barrowes Consulting / Dartmouth College / US Army CRREL
Followers: 0 Following: 0
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), was awarded an NSF graduate fellowship (1999), was a Director's funded Postdoc at Los Alamos National Laboratory (2004), and was named Innovator of the Year for the Army Corps of Engineers (2019). Currently, he is a physicist with the US Army ERDC Cold Regions Research and Engineering Laboratory and is the author or coauthor of over 150 scientific publications. His research interests center on electromagnetic wave theory and modeling with applications including electromagnetic induction methods for detecting and classifying subsurface UneXploded Ordnance (UXO), Improvised Explosive Devices (IEDs), novel fusion energy generation, and the intersection between modern technology and political science.
Python, R, MATLAB, Fortran
Spoken Languages:
Japanese
Estadística
0 Preguntas
13 Respuestas
18 Archivos
CLASIFICACIÓN
2.736
of 295.448
REPUTACIÓN
22
CONTRIBUCIONES
0 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
7
CLASIFICACIÓN
39 of 20.227
REPUTACIÓN
17.615
EVALUACIÓN MEDIA
4.10
CONTRIBUCIONES
18 Archivos
DESCARGAS
344
ALL TIME DESCARGAS
170351
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Convert Fortran to MATLAB
Geopaul, I used my f2matlab on your code to convert the fortran to matlab code. There are a few helper functions (like writeFmt...
alrededor de 2 años hace | 0
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?...
más de 2 años hace | 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...
más de 2 años hace | 1
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...
alrededor de 4 años hace | 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...
más de 4 años hace | 1
| aceptada
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 ...
casi 5 años hace | 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...
casi 5 años hace | 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 ...
más de 5 años hace | 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...
alrededor de 6 años hace | 1
| aceptada
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...
alrededor de 11 años hace | 1
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...
alrededor de 12 años hace | 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;...
alrededor de 12 años hace | 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...
más de 12 años hace | 1