photo

Ryan


Last seen: 6 months ago Active since 2025

Followers: 0   Following: 0

Statistics

Cody

2 Problems
55 Solutions

RANK
N/A
of 300,352

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
8,091
of 168,212

CONTRIBUTIONS
2 Problems
55 Solutions

SCORE
841

NUMBER OF BADGES
9

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Speed Demon
  • Creator
  • Commenter
  • Community Group Solver
  • CUP Challenge Master
  • Promoter
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Mode
Find the mode of a vector x

6 months ago

Solved


Find the mean
Find the mean of a given sdet of numbers in a vector x

6 months ago

Problem


Prime Number
Determine if a number is prime

6 months ago | 1 | 32 solvers

Solved


Remainder
Given two number a and b find the remainder when you divide a by b

6 months ago

Problem


Remainder
Given two number a and b find the remainder when you divide a by b

6 months ago | 1 | 32 solvers

Solved


Division
Given two numbers a and b divide them a/b

6 months ago

Solved


Multiplication
Given 2 numbers a and b mulitply them

6 months ago

Solved


Subtraction
Given two numbers a and b subtract them

6 months ago

Solved


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

6 months ago

Solved


Add two numbers
Given two numbers a and b add them together

6 months ago

Solved


Total energy

6 months ago

Solved


Potential energy calculation

6 months ago

Solved


Kinetic energy calculation

6 months ago

Solved


Laws of motion 1

6 months ago

Solved


Laws of motion 2

6 months ago

Solved


Laws of motion 3

6 months ago

Solved


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

6 months ago

Solved


Laws of motion 5
Calculate the force is u are given mass and acceleration.

6 months ago

Solved


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

6 months ago

Solved


Laws of motion 6

6 months ago

Solved


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

6 months ago

Solved


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

6 months ago

Solved


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

6 months ago

Solved


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

6 months ago

Solved


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

6 months ago

Solved


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

6 months ago

Solved


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

6 months ago

Solved


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

6 months ago

Solved


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return true if the triangle with sides a, b and c is right-...

6 months ago

Solved


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

6 months ago

Load more