Ryan Lacey - MATLAB Central
photo

Ryan Lacey


Last seen: 12 månader ago Active since 2020

Followers: 0   Following: 0

Statistics

CodyFrom 12/20 to 04/25Use left and right arrows to move selectionFrom 12/20Use left and right arrows to move left selectionTo 04/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
87 Solutions

RANK
N/A
of 298 204

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 548

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
5 592
of 160 571

CONTRIBUTIONS
0 Problems
87 Solutions

SCORE
1 003

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


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

mer än 4 år 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.

mer än 4 år ago

Solved


Create a vector
Create a vector from 0 to n by intervals of 2.

mer än 4 år ago

Solved


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

mer än 4 år ago

Solved


Find max
Find the maximum value of a given vector or matrix.

mer än 4 år ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

mer än 4 år ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

mer än 4 år ago

Solved


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

mer än 4 år ago

Solved


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

mer än 4 år ago

Solved


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

mer än 4 år ago

Solved


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

mer än 4 år ago

Solved


Reverse a matrix
Its simple. You have to reverse a given matrix.

mer än 4 år ago

Solved


factorial of a number x
Factorial of a number x

mer än 4 år ago

Solved


CONVERT TAN TO SIN
In a right angle triangle ABC given the tan(A) then find sin(A) For example tan(A)=3/4 then sin(A)=3/5

mer än 4 år ago

Solved


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

mer än 4 år ago

Solved


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

mer än 4 år ago

Solved


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

mer än 4 år ago

Solved


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

mer än 4 år ago

Solved


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

mer än 4 år ago

Solved


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

mer än 4 år ago

Solved


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

mer än 4 år 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];

mer än 4 år ago

Solved


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

mer än 4 år ago

Solved


Radians to Degrees
Convert radians to degrees.

mer än 4 år ago

Solved


Degrees to Radian
Convert degrees to radians

mer än 4 år ago

Solved


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

mer än 4 år ago

Solved


raise 1/3
Raise a number to 1/3 power.

mer än 4 år ago

Solved


Print true if
all elements are larger than 5 a=[1 3 5 8 6]; b=[6 6 6 6 6]; function(a) should be false, and function(b) will be tru...

mer än 4 år ago

Solved


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

mer än 4 år ago

Solved


Calculate some equation
Using given inputs x and z, make two outputs that are y1 = (xz)/(x/z)^2 + 14x^2 - 0.8z^2 y2 = x^z - z^x + (x/z)^2 - (z/x...

mer än 4 år ago

Load more