top of page
Search

How to pass array variables to F90 subroutine?
Consider this example of fix-sized and allocatable array case I: Fix-sized array Case II: Allocatable array One important thing to remark...
Adisorn O.
Jul 8, 20241 min read
11 views

Adisorn O.
Mar 30, 20241 min read
23 views

Adisorn O.
Mar 24, 20241 min read
9 views

Adisorn O.
Mar 21, 20241 min read
13 views

33 views

Approximated Dynamic Analysis using Ritz's Vectors
(Preview page) Cite As: Adisorn Owatsiriwong (2024). Approximated Dynamic Analysis using Ritz's Vectors(https://www.mathworks.com/matlabc...
Adisorn O.
Mar 10, 20241 min read
16 views

Reduction of Dynamic Matrices using Static Condensation
(Preview page) Cite As Adisorn Owatsiriwong (2024). Reduction of Dynamic Matrices using Static Condensation(https://www.mathworks.com/mat...
Adisorn O.
Mar 9, 20241 min read
7 views

Adisorn O.
Mar 9, 20241 min read
22 views

21 views

Response to General Dynamic Loadings: Duhamel's Integral
Preview page (A complete paper is attached for download)
Adisorn O.
Mar 6, 20241 min read
5 views

Understanding 3D Frame Element in Structural Analysis
Citation: Adisorn Owatsiriwong (2024). Understanding 3D Frame Element in Structural Analysis (https://www.mathworks.com/matlabcentral/fil...
Adisorn O.
Feb 26, 20241 min read
16 views

Compute the Minimum Distance between 2 sets of coordinates
The code will compute and get the minimum distance between 2 sets of arbitrary numbers of points in 2D space. It also draws the lines...
Adisorn O.
Feb 24, 20241 min read
6 views

Firefly Algorithm: Part 3 -- Design Example
Fig.2 Convergence plot (n = 20, maxGen = 20) This design example shows how the Firefly algorithm can be applied to the gravity wall...
Adisorn O.
Feb 23, 20241 min read
23 views

Introduction to Julia and comparison with MATLAB syntax
OpenAI. (2024). ChatGPT (4) [Large language model]. https://chat.openai.com Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and Alan...
Adisorn O.
Feb 23, 20243 min read
16 views

Firefly Algorithm: Part 2 -- Algorithm explained
It is convenient to explain the algorithm from the pseudo code. Considering the algorithm of Firely as given in Yang (2008). Randomly...
Adisorn O.
Feb 23, 20241 min read
20 views


Firefly Algorithm (FA): Part I -- Introduction & Concept
Adisorn Owatsiriwong ALPS Consultants Introduction: Firefly algorithm is another metaheuristic approach for global optimization. The...
Adisorn O.
Feb 23, 20242 min read
16 views

Adisorn O.
Feb 21, 20240 min read
13 views
Problem Size Reduction using Basis Vectors: Part I -- Concept
The design variables or problem dimension can be obtained from the given basis solution vectors. That means we are solving the problem by...
Adisorn O.
Feb 18, 20241 min read
8 views

Adisorn O.
Feb 17, 20240 min read
14 views

Adisorn O.
Feb 16, 20240 min read
34 views
bottom of page