Community Profile

photo

Arthur Papazian


Con actividad desde 2016

Followers: 0   Following: 0

Estadísticas

  • Solver

Ver insignias

Feeds

Ver por

Resuelto


02 - Vector Variables 5
_eVec_ = _Hello_ ( _eVec_ is a string, which is a vector of characters )

más de 7 años hace

Resuelto


03 - Matrix Variables 4
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3d.png>> A 3x4 NaN (Not a Number) matrix (Hint: use ...

más de 7 años hace

Resuelto


03 - Matrix Variables 6
Make _fMat_ be a 5x3 matrix of random integers with values from -3 to 3 (Hint: use *randi*)

más de 7 años hace

Resuelto


02 - Vector Variables 3
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2c.png>> (all the numbers from 5 to -5 in increments of ...

más de 7 años hace

Resuelto


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

más de 7 años hace

Resuelto


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

más de 7 años hace

Resuelto


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

más de 7 años hace

Resuelto


Find subtraction
Given a, b. Find a-b

más de 7 años hace

Resuelto


Values in Array
How many values are in the array

más de 7 años hace

Resuelto


Transpose of matrix
Transpose of matrix as per test cases

más de 7 años hace

Resuelto


Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.

más de 7 años hace

Resuelto


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


find sum of the numbers in array
calculate the sum of numbers in a given array

más de 7 años hace

Resuelto


find max
You are given an array number find the maximum

más de 7 años hace

Resuelto


find minimum
find the minimum from an array

más de 7 años hace

Resuelto


find square root of a positive real number
a number given, find the square root of that number

más de 7 años hace

Resuelto


first element of matrix
find the first elements of a column matrix

más de 7 años hace

Resuelto


Find mean
given an array, find the mean of the number in that array

más de 7 años hace

Resuelto


Find remainder when x is divided by 3
Find remainder when x is divided by 3

más de 7 años hace

Resuelto


this is a test problem
this is a anniversary test problem

más de 7 años hace

Resuelto


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

más de 7 años hace

Resuelto


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

más de 7 años hace

Resuelto


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

más de 7 años hace

Resuelto


Circle area using pi
Write a statement that assigns circleArea with the circle's area given circleRadius. Use the built-in mathematical constant pi. ...

más de 7 años hace

Resuelto


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

más de 7 años hace

Resuelto


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

más de 7 años hace

Resuelto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

más de 7 años hace

Resuelto


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

más de 7 años hace

Cargar más