Community Profile

photo

Mikaella Maniago


Last seen: 3 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Area of rhombus
Calculate the rhombus area

casi 2 años hace

Resuelto


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Back to Basics - Find no. of elements in a matrix?
Let A be a m*n matrix. Find the total no. of elements in A ? (Hint - formula based) A = [1 2 3;4 5 6]; output = 6

casi 2 años hace

Resuelto


Negative matrix
Change the sign of all elements in given matrix.

casi 2 años hace

Resuelto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Matlab Basics II - Log and natural log
Write a function that calculates the difference between the log and natural log of a vector, to two decimal places example: ...

casi 2 años hace

Resuelto


Find the sum of n squares
What is the sum of the squares of the first n integers?

casi 2 años hace

Resuelto


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

casi 2 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; ...

casi 2 años hace

Resuelto


Weighted average
Given two lists of numbers, determine the weighted average as follows Example [1 2 3] and [10 15 20] should result in 33.3...

casi 2 años hace

Resuelto


convert matrix to single column
given any matrix, convert it to single column

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Create a vector
Create a vector from 0 to n by intervals of 2.

casi 2 años hace

Resuelto


Inner product of two vectors
Find the inner product of two vectors.

casi 2 años hace

Resuelto


Count the number of folds needed to pack a large sheet
In a certain paper factory, large sheets of paper are being made every day. Before sending the sheets for shipment, they have to...

casi 2 años hace

Resuelto


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

casi 2 años hace

Resuelto


Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...

casi 2 años hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

casi 2 años hace

Resuelto


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

casi 2 años hace

Resuelto


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

casi 2 años hace

Resuelto


Min of a Matrix
Return the minimum value in the given matrix.

casi 2 años hace

Resuelto


Remove the Zero
Given an array n, remove all zeros

casi 2 años hace

Cargar más