Lateef Adewale Kareem - MATLAB Central
photo

Lateef Adewale Kareem


CypherCrescent ltd, Nigeria

Last seen: 21일 전 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
File ExchangeMATLAB AnswersCodyZoom OutFrom 06/15 to 03/25Use left and right arrows to move selectionFrom 06/15Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 질문
15 답변

File Exchange

61 파일

Cody

0 문제
7 답안

순위
1,251
of 297,672

평판
58

참여
1 질문
15 답변

답변 채택
0.0%

획득한 표
21

순위
734 of 20,464

평판
2,487

평균 평점
4.00

참여
61 파일

다운로드 수
284

ALL TIME 다운로드 수
20064

순위
41,075
of 159,351

참여
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.

21일 전 | 다운로드 수: 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개월 전 | 다운로드 수: 153 |

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년 전 | 다운로드 수: 2 |

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년 초과 전 | 다운로드 수: 2 |

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년 초과 전 | 다운로드 수: 3 |

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년 초과 전 | 다운로드 수: 1 |

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

거의 3년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

거의 3년 전 | 다운로드 수: 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년 전 | 다운로드 수: 3 |

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

더 보기