Matlab
Your preferences in scientific/engineering/numerical programming
Submitted by Epyon on Fri, 2012-02-10 22:34.Hello everyone,
I am working on a project related to helping the everyday researcher do his/her programming easier and faster.
I have done a fair amount of research work at OSU and have gotten a feel for the way they program on a daily basis, but realize that it could be and probably is drastically different on different parts of the planet. As such, I am here to ask the following questions (really, any opinion helps, so feel free to respond with whatever you want):
1) What is/are your language(s) of preference? (e.g. MATLAB/Octave, Fortran, C, C++, Java, Python, etc.)
2) Do you use a certain programming style? (e.g. procedural, object-oriented, etc.)
3) What, if anything, is cumbersome with what you use now?
- Epyon's blog
- 1 comment
- Read more
- 175 reads
Simple Cell Traction Force Script for Elastic Micropatterned Substrata
Submitted by srp215 on Mon, 2011-05-16 19:40.Hi readers,
This is MATLAB code that was written by myself and collaborators that we've sought to make available to the wider research community. The program is intended to track the displacements of micropatterned dots on a substrate in a similar manner to that performed by Maloney et al. in "Influence of Finite Thickness on cellular adhesion-induced deformation of an compliant substrata". Physical Review E. 2008.
- srp215's blog
- Login or register to post comments
- Read more
- 1031 reads
MATLAB for thermal simulation
Submitted by riscy00 on Wed, 2010-12-29 06:03.I'm currently studying FEA/CFD and BEM for thermal simulation of custom dies within custom package mounted on custom PCB with encapsulate material (epoxy). I getting familar with CFD concept which seem overkill from ANSYS IcePack (too expensive) but exploring BEM technology from E3D in france (via Vishay).
I have access to MATLAB from other company to try it out for thermal modelling (BEM).
I never use MATLAB before, what the best step to learn it (quickly), has anyone use MATLAB for thermal simulation under BEM (or CFD or FEA). I also like to hear their experience and limitation.
Is MATLAB is a right tool for this job?, any reason why I should not consider it?
Best wishes
Richard Payne BA(Hon), CEng, MIET
- riscy00's blog
- Login or register to post comments
- Read more
- 1691 reads
Open-source finite element code
Submitted by Petr Krysl on Sun, 2010-12-26 23:18.Hello everybody,
I just wanted to let those interested in Matlab finite element development and educational environments that the successor to the SOFEA toolkit is now available at
http://hogwarts.ucsd.edu/~pkrysl/faesor
The toolkit now provides in addition to thermal and stress analysis (static and dynamic) also sample simulations from other fields, such as acoustics, nonlinear heat conduction analysis, electrostatics, small-strain plasticity, .... The toolkit now also includes an implementation of the Nodally Integrated Continuum Elements (NICE) which are quite effective for nearly incompressible mechanics problems.
The toolkit and the accompanying textbook are open-source and freely available. The book is also available in print.
- Petr Krysl's blog
- Login or register to post comments
- Read more
- 2099 reads
Had somebody implemented the MMA or GCMMA algorithm (Svanberg) in the 99 lines Topology Optimization Matlab code(Sigmund)?
Submitted by felipecardenas on Fri, 2010-11-12 19:51.Hello everybody,
I need some help. I have a lot of problems trying to implement the MMA or GCMMA optimizer in the Sigmund's Topology Optimization code (99 lines). Have you ever do that?. Please, is very important for my pregraduate thesis.
Thanks.
Felipe Cárdenas Díaz
Universidad de Concepción - Chile
- felipecardenas's blog
- 2 comments
- 1660 reads
Seeking a postdoctoral position in computational mechanics / applied physics / ultrasonic engineering
Submitted by tigrorybka on Tue, 2010-10-05 23:22.I am very interested in a postdoctoral position in computational mechanics, ultrasonics, applied physics, mechanical engineering, or electrical engineering. I am proficient in FEM, FDTD, Moments methods. Experienced in ultrasonic measurements that involve ferroelectric crystals, thin films, periodic structures. Please see attached resume.
- tigrorybka's blog
- Login or register to post comments
- 1741 reads
Macro in Hypermesh TCL code and Matlab
Submitted by Nicholas Fantuzzi on Tue, 2010-04-20 07:01.Hi all,
I need to create a macro in Hypermesh with a TCL programming code. I have two problems. I've had the code yet, but It's written in Matlab code, I've heard that TCL can talk to Matlab by DDE. The second problem is that I don't know anything about TCL code. Anyone can help me, anyway?
Many thanks
Meshfree Code.
Submitted by moorekwesi on Sun, 2009-11-29 02:31.Hello,
i just started reading Meshfree and will love to see a matlab code for it,may be for a simple Poisson Eqn.
To serve as a guide.
Thank you
- 9 comments
- 3316 reads
matlab code for 3d element with n number of nodes
Submitted by mahsai on Fri, 2009-03-13 20:24.i have problem in writing matlab code for 3D element to find electric potential at each node
i have the tool surface and workpiece surface and i have to find electric potential in the gap b/w tool and workpiece,for that i assume it as a solid and i took the laplaces equation to find potential i.e
(∂φ/∂x)2 + (∂φ/∂y)2+ (∂φ/∂z)2=0
Connecting ABAQUS with MATLAB
Submitted by alankar on Thu, 2008-05-15 00:05.Hi,
Does any body know if MATLAB functions and scripts can be called into an ABAQUS subroutine like UMAT?
Alankar
Graduate Student, Washington State University, Pullman, WA
- 5 comments
- 6425 reads
Running ABAQUS CAE through MATLAB 7
Submitted by raul_bobby on Wed, 2008-05-14 14:42.Dear all,
I went through the forums and came across one similar topic, posted by alex_612 "Using Matlab to optimize the ABAQUS/Explicit FE mode", but with no replies. So I would like to bring this similar topic up again.
The problem:
1. I would like to open ABAQUS CAE thought MATLAB (which i have managed to do with the dos('command')), and then run a script as well, through MATLAB. I am using MATLAB 7 and would preferably like to run the whole process thought MATLAB.
- 9 comments
- Read more
- 11944 reads
XFEM: crack tip function derivatives
Submitted by Stefano Dal Pont on Fri, 2007-10-05 16:32.Hi,
I am using a X-FEM Matlab code found here http://people.civil.gla.ac.uk/~bordas/xfemMatlab.html"]http://people.civil.gla.ac.uk/~bordas/xfemMatlab.html
In branch.m/branch_node.m (both functions of radius r and angle theta) crack tip fields are defined...and questions arise.
% Functions
f(1) = r2 * st2 ;
f(2) = r2 * ct2;
f(3) = r2 * st2 * ct;
f(4) = r2 * ct2 * ct;
-these functions are not the same defined e.g. in (Fleming,1997) or (Sukumar,2000) etc...why?
their derivatives are then considered:
(here for function f(3))
- 2 comments
- Read more
- 5781 reads






Recent comments
4 min 3 sec ago
51 min 32 sec ago
2 hours 30 min ago
3 hours 2 min ago
4 hours 33 min ago
6 hours 55 min ago
16 hours 47 min ago
23 hours 10 min ago
23 hours 50 min ago
1 day 1 hour ago