photo

Christopher


Aktiv seit 2025

Followers: 0   Following: 0

Here to learn

Programming Languages:
C++, C, MATLAB, Assembly

Statistik

Cody

0 Probleme
19 Lösungen

RANG
N/A
of 301.229

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.201

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
20.751
of 173.547

BEITRÄGE
0 Probleme
19 Lösungen

PUNKTESTAND
265

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • MATLAB Central Treasure Hunt Finisher
  • Community Group Solver
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

12 Monate vor

Gelöst


Laws of motion 3

12 Monate vor

Gelöst


Total energy

12 Monate vor

Gelöst


Potential energy calculation

12 Monate vor

Gelöst


Kinetic energy calculation

12 Monate vor

Gelöst


Laws of motion 1

12 Monate vor

Gelöst


Laws of motion 2

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


Laws of motion 6

12 Monate vor

Gelöst


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

12 Monate vor

Gelöst


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

12 Monate vor

Gelöst


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

12 Monate vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 Monate vor