Luke - MATLAB Central
photo

Luke


Last seen: 3 months ago Active since 2024

Followers: 0   Following: 0

Statistics

CodyFrom 12/24 to 03/25Use left and right arrows to move selectionFrom 12/24Use 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%
Cody

0 Problems
90 Solutions

RANK
N/A
of 297,613

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,457

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
3,565
of 159,263

CONTRIBUTIONS
0 Problems
90 Solutions

SCORE
1,056

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • Promoter
  • Solver

View badges

Feeds

View by

Solved


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

3 months ago

Solved


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

3 months ago

Solved


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

3 months ago

Solved


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

3 months ago

Solved


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

3 months ago

Solved


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

3 months ago

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

3 months ago

Solved


Temperature Conversion 1

3 months ago

Solved


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

3 months ago

Solved


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

3 months ago

Solved


y equals x divided by 2
function y = x/2

3 months ago

Solved


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

3 months ago

Solved


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

3 months ago

Solved


Create sine function out of cosine
Please don't use sin(x) directly

3 months ago

Solved


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

3 months ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

3 months ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

3 months ago

Solved


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

3 months ago

Solved


kmph to mps
convert kilometer per hour to meter per second

3 months ago

Solved


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

3 months ago

Solved


Create cosine function out of sine
Please dont use cos(x) directly

3 months ago

Solved


findPositiveEvenNumbers
Write a MATLAB function findPositiveEvenNumbers that takes an array of integers as input and returns a new array containing only...

3 months ago

Solved


Kinetic energy calculation

3 months ago

Solved


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

3 months ago

Solved


Draw the symbol '+'
Draw '+' in an x-by-x matrix (where x is odd and x >3) Example: x = 5 y = [0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 0 ...

3 months ago

Solved


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

3 months ago

Solved


Laws of motion 2

3 months ago

Solved


Laws of motion 1

3 months ago

Solved


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

3 months ago

Solved


Potential energy calculation

3 months ago

Load more