Solved


Energy Conversion 1

11 månader ago

Solved


Energy Conversion 2

11 månader ago

Solved


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

11 månader ago

Solved


Double all elements in the array
Duplicate all elements in the array

11 månader ago

Solved


calculate the length of matrix
input 1 array, calculate the length

11 månader ago

Solved


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

11 månader ago

Solved


Half-Swap
Given a vector with an even number of elements, rearrange it so that the elements in its first half are switched with those i...

11 månader ago

Solved


Matlab Basics - Switching Assignments
Switch assignments for variables x and y, for example start with x = 1 and y = 3 end with y = 1 and x = 3 Do NOT simply r...

11 månader ago

Solved


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

11 månader ago

Solved


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

11 månader ago

Solved


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

11 månader ago

Solved


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

11 månader ago

Solved


Mass Conversion 1

11 månader ago

Solved


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

11 månader ago

Solved


Temperature Conversion 2

11 månader ago

Solved


Temperature Conversion 1

11 månader ago

Solved


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

11 månader ago

Solved


Laws of motion 6

11 månader ago

Solved


Total energy

11 månader ago

Solved


Potential energy calculation

11 månader ago

Solved


Laws of motion 5

11 månader ago

Solved


Kinetic energy calculation

11 månader ago

Solved


Laws of motion 3

11 månader ago

Solved


Laws of motion 2

11 månader ago

Solved


Laws of motion 1

11 månader ago

Solved


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

11 månader ago

Solved


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

11 månader ago

Solved


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

11 månader ago

Solved


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

11 månader ago

Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

11 månader ago

Load more