Joseff Bailey-Wood - MATLAB Central
photo

Joseff Bailey-Wood


Last seen: 20 jours il y a Actif depuis 2024

Followers: 0   Following: 2

Llysgennad Myfyrwyr MATLAB dros Gaerfaddon

Spoken Languages:
English
Pronouns:
He/him

Statistiques

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

RANG
33 777
of 158 741

CONTRIBUTIONS
0 Problèmes
11 Solutions

SCORE
125

NOMBRE DE BADGES
1

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • MATLAB Flipbook Mini Hack Participant

Afficher les badges

Feeds

Afficher par

A résolu


Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have a = [1 2 2 2 1 ...

4 mois il y a

A résolu


Calculating Student Grades
The matrix grades contains raw grades for 7 students who took your course. Each row represents a different student. The first 7 ...

6 mois il y a

A résolu


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

7 mois il y a

A résolu


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

7 mois il y a

A résolu


Battery Charge Indicator
Write a function called battery_charge that visually represents the charge of a battery. The function takes an integer paramete...

7 mois il y a

A résolu


Secret Message and Acrostic
One of the simplest ways to hide a message involves utilizing uppercase letters. Given a text, collect all uppercase letters in...

7 mois il y a

A résolu


Continued fractions
Find a <http://en.wikipedia.org/wiki/Continued_fraction continued fraction> approximation of x.

7 mois il y a

A résolu


Volume of a truncated cube

7 mois il y a

A résolu


Calculate the hypotenuse of a right triangle without using ^ and sqrt ()
Find out the hypotenuse of right triangle. Say a = 4, b = 3 then c = 5 Please don't use ^ and sqrt() function.

8 mois il y a

A résolu


Negative without '-'
Simple: return a negative number without using the '-' sign. Thanks to Problem <https://www.mathworks.com/matlabcentral/cody/...

8 mois il y a

A résolu


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

environ un an il y a

Go to top of page