photo

Lauren


Last seen: oltre un anno fa Attivo dal 2025

Followers: 0   Following: 0

Statistica

Cody

0 Problemi
82 Soluzioni

RANK
N/A
of 302.034

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.507

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
5.881
of 178.313

CONTRIBUTI
0 Problemi
82 Soluzioni

PUNTEGGIO
1.009

NUMERO DI BADGE
3

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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]

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Multiply pi
Multiply pi with x!

oltre un anno fa

Risolto


square of a number
find square of a given number

oltre un anno fa

Risolto


square root
Find square root of given number

oltre un anno fa

Risolto


cube of number
find cube of number

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Surface area of a cone

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


divide by 5

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Prime Number
Determine if a number is prime

oltre un anno fa

Risolto


Mode
Find the mode of a vector x

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Multiplication
Given 2 numbers a and b mulitply them

oltre un anno fa

Risolto


Subtraction
Given two numbers a and b subtract them

oltre un anno fa

Carica altro