photo

Muhammad Adil Rehman


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Message

Programming Languages:
R, MATLAB
Spoken Languages:
English, Hindi

Statistics

All
File Exchange

2 Files

Cody

0 Problems
6 Solutions

RANK
N/A
of 300,392

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
13,644 of 20,933

REPUTATION
21

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
7

ALL TIME DOWNLOADS
212

RANK
45,481
of 168,299

CONTRIBUTIONS
0 Problems
6 Solutions

SCORE
84

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 1
  • Promoter
  • Solver
  • First Submission
  • First Review

View badges

Feeds

View by

Solved


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

2 years ago

Submitted


Evolution of Steady Flow around cylinder
This code utilizes central difference approximation and SOR and SUR methods to find the convergence of results with a tolerance ...

3 years ago | 6 downloads |

0.0 / 5
Thumbnail

Solved


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

3 years ago

Solved


Find sum of negative elements in row.
Find sum of negative elements in row. Example x=[1 -5 3 4 -6 6 7 8 9 10] result = -11

3 years ago

Solved


Form a square matrix from four square sub-matrices
Create a square matrix, y, from 4 square sub-matrices that will be constructed (x1, x2, x3, x4): y = [x1 x2; x3 x4]; ...

3 years ago

Solved


Convert degrees to radians
Given input in degrees, output to radians

3 years ago

Solved


Create tangent function out of sine function only
Please don't use cosine and tangent functions

3 years ago

Submitted


invsec
This function plot an involute sector of given color with the following inputs.

3 years ago | 1 download |

0.0 / 5
Thumbnail