photo

Sydney


Last seen: 5 dagen ago Active since 2025

Followers: 0   Following: 0

Statistics

Cody

0 Problems
43 Solutions

RANK
N/A
of 300.343

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
11.018
of 168.172

CONTRIBUTIONS
0 Problems
43 Solutions

SCORE
540

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Commenter
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Solved


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

5 dagen ago

Solved


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

5 dagen ago

Solved


Datetime basics
Generate the datetime scalar representing the current date

5 dagen ago

Solved


What day is it?
Tell me what day is it. Return the full name of the day of the week as a string. e.g. It's June 12th 2014, so your function s...

5 dagen ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

5 dagen ago

Solved


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

5 dagen ago

Solved


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

5 dagen ago

Solved


Laws of motion 6

13 dagen ago

Solved


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

13 dagen ago

Solved


Laws of motion 3

13 dagen ago

Solved


Laws of motion 2

13 dagen ago

Solved


Check if number exists in vector
Return 1 if number a exists in vector b otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,2,3]; Returns 1.

13 dagen ago

Solved


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

13 dagen 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...

14 dagen ago

Solved


Return area of square
Side of square=input=a Area=output=b

14 dagen ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

14 dagen 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 ...

14 dagen ago

Solved


Laws of motion 1

14 dagen ago

Solved


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

14 dagen ago

Solved


Kinetic energy calculation

14 dagen ago

Solved


Total energy

14 dagen ago

Solved


Potential energy calculation

14 dagen ago

Solved


Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...

14 dagen ago

Solved


factorial of a number x
Factorial of a number x

14 dagen ago

Solved


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

14 dagen ago

Solved


PIN code

14 dagen ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

28 dagen ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

28 dagen ago

Solved


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

28 dagen ago

Solved


Determine the square root
Determine the square root of the value the user has entered, n.

28 dagen ago

Load more