photo

William


Last seen: 9 mois il y a Actif depuis 2025

Followers: 0   Following: 0

Statistiques

Cody

0 Problèmes
82 Solutions

RANG
N/A
of 301 995

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 486

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
6 121
of 177 989

CONTRIBUTIONS
0 Problèmes
82 Solutions

SCORE
1 008

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Momentum Calculation
A shopping cart of mass 'm1' is traveling with velocity 'u' and collides with a second shopping cart of mass 'm2.' The two shopp...

environ un an il y a

A résolu


Determine the square root
Determine the square root of the value the user has entered, n.

environ un an il y a

A résolu


reverse string
input='rama' output='amar'

environ un an il y a

A résolu


divide by 5

environ un an il y a

A résolu


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

environ un an il y a

A résolu


Square root of a number
Write a code that will output the square root of x.

environ un an il y a

A résolu


Temperature Conversion 2

environ un an il y a

A résolu


Multiply pi
Multiply pi with x!

environ un an il y a

A résolu


Given length x find the area y of the square
Given length x find the area y of the square

environ un an il y a

A résolu


num to char
make num into char

environ un an il y a

A résolu


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

environ un an il y a

A résolu


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

environ un an il y a

A résolu


Prime Number
Determine if a number is prime

environ un an il y a

A résolu


Mode
Find the mode of a vector x

environ un an il y a

A résolu


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

environ un an il y a

A résolu


Subtraction
Given two numbers a and b subtract them

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


Multiplication
Given 2 numbers a and b mulitply them

environ un an il y a

A résolu


Simple Interest : Calculate time in years
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

environ un an il y a

A résolu


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

environ un an il y a

A résolu


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

environ un an il y a

A résolu


Determine the number of odd integers in a vector
Determine the number of unique odd integers in a vector. Examples: Input x = [2 5 8 3 7 1]; Output y = 4; Inp...

environ un an il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

environ un an 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...

environ un an il y a

A résolu


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

environ un an il y a

A résolu


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

environ un an il y a

A résolu


Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...

environ un an il y a

A résolu


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

environ un an il y a

A résolu


Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] is s...

environ un an il y a

Charger plus