![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2376472.jpg)
Lateef Adewale Kareem
CypherCrescent ltd, Nigeria
Followers: 0 Following: 0
Applied Mathematician, Mechanical and Petroleum Engineer. Professional Interests: Reservoir Engineering, Fluid Mechanics, Solid Mechanics, Numerical Optimization
Programming Languages:
Python, C++, C#, MATLAB, SQL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Numerical Integration and Differential Equations, Programming, Fluid Mechanics, Reservoir Engineering
Python, C++, C#, MATLAB, SQL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Numerical Integration and Differential Equations, Programming, Fluid Mechanics, Reservoir Engineering
Feeds
제출됨
Numerical Inversion of Laplace Transform
This function performs numerical inversion of laplace transform.
17일 전 | 다운로드 수: 1 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/8ee6dc83-e468-489f-a67c-3cf13fa27653/89177be3-d24f-4026-830a-d30c39a813e9/images/1737993877.jpg)
제출됨
Burgers PDE
This file shows how to implement numerical solution of Burgers Equation
대략 1개월 전 | 다운로드 수: 2 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/77552c04-aa6e-458d-ba5d-34dc44a81d56/b9628d09-6a5d-46f7-af65-cf1a41a5f91c/images/1736545668.gif)
제출됨
Shear Force Bending Moment
This function SFBM.m calculates and draw the shear force and bending moment diagrams.
5개월 전 | 다운로드 수: 78 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/917e058e-8f20-4987-a77e-89622a5bf9e2/974a9712-19ac-4ae4-a69a-0c54feffd4f7/images/1685352328.png)
제출됨
EigenZeros
%% This function computes atmost N zeros (z) of a given eigen function between xmin and xmax
8개월 전 | 다운로드 수: 2 |
제출됨
Rank 1 Update for LU factors
% This function updates the LU factorization (PA = LU) of a Matrix A following a rank % one update of the matrix A = A + alpha*y...
대략 1년 전 | 다운로드 수: 2 |
제출됨
Vertices2Volume
This function computes the volume of a 3D objects given its vertices X, Y, Z.
1년 초과 전 | 다운로드 수: 2 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/464b8da6-07dc-4491-b4ba-7be83f94ffa7/b4ec0784-151d-4c9b-936c-575f94b9d0ea/images/1699558411.png)
제출됨
Interactive Truss Solver
This solver allows user to interactively design a simply supported truss and then solve the truss for a given load.
1년 초과 전 | 다운로드 수: 6 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1496d853-adfb-41de-a5b8-a8099f4ab611/ff130bdc-caa4-4e1b-99e6-5163f3772567/images/1693324160.png)
제출됨
Particle Swarm Optimization
Function for searching for minimizer of a function
1년 초과 전 | 다운로드 수: 1 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/207ad755-899e-4bd9-9437-5cbc78e84924/d9553f88-f9ce-4762-887d-7cde7d3e6200/images/screenshot.png)
제출됨
Fast_chebyshevT
This file works exactly as inbuilt chebyshevT in matlab, but its over 1000 times faster.
2년 초과 전 | 다운로드 수: 1 |
제출됨
Simulation of Collison Pi Counter
This is matlab simulation of the video "The most unexpected answer to a counting puzzle" by 3blue 1 brown
2년 초과 전 | 다운로드 수: 3 |
제출됨
QuadCopter
This file contains Quadcopter model and flight controller for Quadcopter simulation
2년 초과 전 | 다운로드 수: 4 |
제출됨
Residual Specific Heat Capacity
This script compute the ratio of the residual specific heat capacity to the universal gas constant
2년 초과 전 | 다운로드 수: 1 |
제출됨
MixIntLinProg
This algorithm solves the mixed integer linear programming problem.
2년 초과 전 | 다운로드 수: 2 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1a4df96a-571b-463a-9fe6-4796857e70a6/da3478aa-141b-427f-86cc-d7f4e5be2298/images/1660760331.png)
제출됨
Bricks Game
Bricks Game is intended for the entertainment of Matlab programmers.
2년 초과 전 | 다운로드 수: 4 |
답변 있음
Taylor series for e^x with loop
%% This is more efficient x = 2; v = 1; n = 1; d = 1; for i = 1:20 n = n*x; d = d*i; v = v + n/d; end fp...
Taylor series for e^x with loop
%% This is more efficient x = 2; v = 1; n = 1; d = 1; for i = 1:20 n = n*x; d = d*i; v = v + n/d; end fp...
2년 초과 전 | 0
제출됨
Pythagoras Tree
The Pythagoras tree is a plane fractal constructed from squares.
2년 초과 전 | 다운로드 수: 1 |
답변 있음
Scatter with colour-coded markers (matrix)
minv = min(min(velo)); maxv = max(max(velo)); c = (velo - minv)./(maxv - minv); scatter(x(:),y(:),10,c(:))
Scatter with colour-coded markers (matrix)
minv = min(min(velo)); maxv = max(max(velo)); c = (velo - minv)./(maxv - minv); scatter(x(:),y(:),10,c(:))
2년 초과 전 | 1
답변 있음
Solving nonlinear function using fzero, Error Function values at the interval endpoints must differ in sign.
Imp=100; t0=1e-6; P=204000000; Tf=2e-3; x = nan; options = optimset('Display','off'); % show iterations x0 = 2; while(i...
Solving nonlinear function using fzero, Error Function values at the interval endpoints must differ in sign.
Imp=100; t0=1e-6; P=204000000; Tf=2e-3; x = nan; options = optimset('Display','off'); % show iterations x0 = 2; while(i...
2년 초과 전 | 0
답변 있음
Help plotting a circular orbit
G = 6.6743*10^-11; %Gravitational Constant, Units: m^3 kg^-1 s^-2 Mc = 5.972*10^24; %Mass of cent...
Help plotting a circular orbit
G = 6.6743*10^-11; %Gravitational Constant, Units: m^3 kg^-1 s^-2 Mc = 5.972*10^24; %Mass of cent...
2년 초과 전 | 0
| 수락됨
제출됨
Particle Swam Optimization Curve Fitting
Parameter fitting by Particle Swarm Optimization
2년 초과 전 | 다운로드 수: 1 |
제출됨
Lagrange Interpolation
Computes estimates of a function sing lagrange interpolation
2년 초과 전 | 다운로드 수: 1 |