photo

Ryan


Last seen: etwa ein Monat vor Aktiv seit 2025

Followers: 0   Following: 0

Statistik

Cody

0 Probleme
55 Lösungen

RANG
N/A
of 301.204

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.191

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
9.571
of 173.368

BEITRÄGE
0 Probleme
55 Lösungen

PUNKTESTAND
721

ANZAHL DER ABZEICHEN
7

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Commenter
  • Community Group Solver
  • CUP Challenge Master
  • Promoter
  • Introduction to MATLAB Master
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Mode
Find the mode of a vector x

10 Monate vor

Gelöst


Find the mean
Find the mean of a given sdet of numbers in a vector x

10 Monate vor

Gelöst


Remainder
Given two number a and b find the remainder when you divide a by b

10 Monate vor

Gelöst


Division
Given two numbers a and b divide them a/b

10 Monate vor

Gelöst


Multiplication
Given 2 numbers a and b mulitply them

10 Monate vor

Gelöst


Subtraction
Given two numbers a and b subtract them

10 Monate vor

Gelöst


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

10 Monate vor

Gelöst


Add two numbers
Given two numbers a and b add them together

10 Monate vor

Gelöst


Total energy

10 Monate vor

Gelöst


Potential energy calculation

10 Monate vor

Gelöst


Kinetic energy calculation

10 Monate vor

Gelöst


Laws of motion 1

10 Monate vor

Gelöst


Laws of motion 2

10 Monate vor

Gelöst


Laws of motion 3

10 Monate vor

Gelöst


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

10 Monate vor

Gelöst


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

10 Monate vor

Gelöst


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

10 Monate vor

Gelöst


Laws of motion 6

10 Monate vor

Gelöst


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

10 Monate vor

Gelöst


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

10 Monate vor

Gelöst


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

10 Monate vor

Gelöst


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

10 Monate vor

Gelöst


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

10 Monate vor

Gelöst


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

10 Monate vor

Gelöst


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

10 Monate vor

Gelöst


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

10 Monate vor

Gelöst


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return true if the triangle with sides a, b and c is right-...

10 Monate vor

Gelöst


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

10 Monate vor

Gelöst


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

10 Monate vor

Gelöst


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the second...

10 Monate vor

Mehr laden