photo

Lateef Adewale Kareem


CypherCrescent ltd, Nigeria

Last seen: 14 days ago Active since 2015

Followers: 0   Following: 0

Message

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

Statistics

All
MATLAB Answers

1 Question
15 Answers

File Exchange

61 Files

Cody

0 Problems
7 Solutions

RANK
1,250
of 297,503

REPUTATION
58

CONTRIBUTIONS
1 Question
15 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
21

RANK
735 of 20,449

REPUTATION
2,482

AVERAGE RATING
4.00

CONTRIBUTIONS
61 Files

DOWNLOADS
300

ALL TIME DOWNLOADS
20008

RANK
41,003
of 159,017

CONTRIBUTIONS
0 Problems
7 Solutions

SCORE
91

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Solved


Sums of cubes and squares of sums
Given the positive integers 1:n, can you: 1. Compute twice the sum of the cubes of those numbers. 2. Subtract the square...

3 years ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

3 years ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

3 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7 years ago

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

7 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years ago