photo

Lateef Adewale Kareem


CypherCrescent ltd, Nigeria

Last seen: 13日 前 2015 年からアクティブ

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

統計

All
MATLAB Answers

1 質問
15 回答

File Exchange

61 ファイル

Cody

0 問題
7 解答

ランク
1,250
of 297,503

評判
58

コントリビューション
1 質問
15 回答

回答採用率
0.0%

獲得投票数
21

ランク
735 of 20,449

評判
2,482

平均評価
4.00

コントリビューション
61 ファイル

ダウンロード
300

ALL TIME ダウンロード
20008

ランク
41,003
of 159,017

コントリビューション
0 問題
7 解答

スコア
91

バッジ数
2

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Flipbook Mini Hack Participant
  • 3 Month Streak
  • Knowledgeable Level 2
  • Solver
  • Commenter
  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 4
  • MATLAB Mini Hack 2022 Participant
  • Editor's Pick
  • First Review
  • First Submission

バッジを表示

Feeds

表示方法

送信済み


Numerical Inversion of Laplace Transform
This function performs numerical inversion of laplace transform.

13日 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Burgers PDE
This file shows how to implement numerical solution of Burgers Equation

2ヶ月 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Shear Force Bending Moment
This function SFBM.m calculates and draw the shear force and bending moment diagrams.

6ヶ月 前 | ダウンロード 168 件 |

4.8 / 5
Thumbnail

送信済み


lmcurvefit
curve fitting using Levenberg Marquardt algorithm

6ヶ月 前 | ダウンロード 1 件 |

2.0 / 5

送信済み


EigenZeros
%% This function computes atmost N zeros (z) of a given eigen function between xmin and xmax

9ヶ月 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


erfz(z)
erfz(z) returns the error function of complex argument

9ヶ月 前 | ダウンロード 1 件 |

1.0 / 5
Thumbnail

送信済み


LinProg(f, AInEq, bInEq, AEq, bEq, debug)
Solves Linear Programming poblem

9ヶ月 前 | ダウンロード 1 件 |

1.0 / 5
Thumbnail

送信済み


surf2stl
Write STL file from surface data.

10ヶ月 前 | ダウンロード 8 件 |

5.0 / 5
Thumbnail

送信済み


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年 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Vertices2Volume
This function computes the volume of a 3D objects given its vertices X, Y, Z.

1年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Interactive Truss Solver
This solver allows user to interactively design a simply supported truss and then solve the truss for a given load.

1年以上 前 | ダウンロード 5 件 |

0.0 / 5
Thumbnail

送信済み


Gauss Laguerre Integration Nodes and Weights
Gauss Laguerre method.

1年以上 前 | ダウンロード 4 件 |

0.0 / 5
Thumbnail

送信済み


Particle Swarm Optimization
Function for searching for minimizer of a function

1年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Fast_chebyshevT
This file works exactly as inbuilt chebyshevT in matlab, but its over 1000 times faster.

2年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


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年以上 前 | ダウンロード 4 件 |

0.0 / 5
Thumbnail

送信済み


QuadCopter
This file contains Quadcopter model and flight controller for Quadcopter simulation

2年以上 前 | ダウンロード 7 件 |

0.0 / 5
Thumbnail

送信済み


SurfaceArea
computes the are of a surf plot whose handle is surfhandle

2年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Residual Specific Heat Capacity
This script compute the ratio of the residual specific heat capacity to the universal gas constant

2年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Umbrella generates an umbrella
Creates an umbrella

2年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


MixIntLinProg
This algorithm solves the mixed integer linear programming problem.

2年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Bricks Game
Bricks Game is intended for the entertainment of Matlab programmers.

2年以上 前 | ダウンロード 4 件 |

0.0 / 5
Thumbnail

回答済み
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

送信済み


Siepinski Carpet
This algorithm generates sierpinski carpet

2年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Pythagoras Tree
The Pythagoras tree is a plane fractal constructed from squares.

2年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

回答済み
Scatter with colour-coded markers (matrix)
minv = min(min(velo)); maxv = max(max(velo)); c = (velo - minv)./(maxv - minv); scatter(x(:),y(:),10,c(:))

3年弱 前 | 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...

3年弱 前 | 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...

3年弱 前 | 0

| 採用済み

送信済み


Geneva Mechanism
This file explains how to create geneva mechanism

3年弱 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Particle Swam Optimization Curve Fitting
Parameter fitting by Particle Swarm Optimization

3年弱 前 | ダウンロード 1 件 |

0.0 / 5

送信済み


Lagrange Interpolation
Computes estimates of a function sing lagrange interpolation

3年弱 前 | ダウンロード 1 件 |

0.0 / 5

さらに読み込む