photo

Lauren


Last seen: environ un an il y a Actif depuis 2025

Followers: 0   Following: 0

Statistiques

Cody

0 Problèmes
82 Solutions

RANG
N/A
of 301 984

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 477

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
5 861
of 177 857

CONTRIBUTIONS
0 Problèmes
82 Solutions

SCORE
1 009

NOMBRE DE BADGES
3

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

environ un an il y a

A résolu


square root
Find the square root (y) of an input (x).

environ un an il y a

A résolu


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

environ un an il y a

A résolu


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

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


Multiply pi
Multiply pi with x!

environ un an il y a

A résolu


square of a number
find square of a given number

environ un an il y a

A résolu


square root
Find square root of given number

environ un an il y a

A résolu


cube of number
find cube of number

environ un an il y a

A résolu


Find The area of the square
Given that the length of the side of a square is x, find the area.

environ un an il y a

A résolu


surface of a spherical planet
you just discovered its circumference, that is the input.

environ un an il y a

A résolu


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

environ un an il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

environ un an il y a

A résolu


Surface area of a cone

environ un an il y a

A résolu


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

environ un an il y a

A résolu


Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239

environ un an il y a

A résolu


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

environ un an il y a

A résolu


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

environ un an il y a

A résolu


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

environ un an il y a

A résolu


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

environ un an il y a

A résolu


Building matrices
If you have matrix A, create matrix B using matrix A as an "element" A = [1 2 3 4; 5 6 7 8...

environ un an il y a

A résolu


divide by 5

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


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


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


Subtraction
Given two numbers a and b subtract them

environ un an il y a

Charger plus