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

alrededor de 1 mes hace

Resuelto


Form a square matrix from four square sub-matrices
Create a square matrix, y, from 4 square sub-matrices that will be constructed (x1, x2, x3, x4): y = [x1 x2; x3 x4]; ...

alrededor de 1 mes hace

Resuelto


Draw a '7' in a zero matrix!

alrededor de 1 mes hace

Resuelto


Stress-Strain Properties - 1
This is the first in a series of problems regarding mechanics of materials, in particular, material properties drawn from stress...

alrededor de 1 mes hace

Resuelto


Find Logic 3

alrededor de 1 mes hace

Resuelto


Find Logic 4

alrededor de 1 mes hace

Resuelto


Find Logic 8

alrededor de 1 mes hace

Resuelto


Find Logic 10

alrededor de 1 mes hace

Resuelto


Find Logic 15

alrededor de 1 mes hace

Resuelto


Find Logic 18

alrededor de 1 mes hace

Resuelto


Find Logic 19

alrededor de 1 mes hace

Resuelto


No Fives Permitted
Create a function that gives users an custom error message if the matrix A contains a five. The error message should say "No Fiv...

alrededor de 1 mes hace

Resuelto


A Fiveless Factorial
Given a positive integer x, compute its factorial y, but exclude any muliplication by five if applicable.

alrededor de 1 mes hace

Resuelto


Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).

alrededor de 1 mes hace

Resuelto


Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.

alrededor de 1 mes hace

Resuelto


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

alrededor de 1 mes hace

Resuelto


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

alrededor de 1 mes hace

Resuelto


String Logic 10
Examples: 'SUNDAY' --> 83 'MONDAY' --> 77 'TUESDAY' --> 84 'WEDNESDAY' --> 87 'THURSDAY' --> 84 'FRIDAY' --> 70 'SATURD...

alrededor de 1 mes hace

Resuelto


String Logic 5
Example: 'CAT' --> 'TAC' 'DOG' --> 'GOD' 'MATLAB' --> 'BALTAM' 'ROSY' --> 'YSOR' 'TRUST' --> 'TSURT' 'MOSTLY' --> 'YLTS...

alrededor de 1 mes hace

Resuelto


String Logic 8
Example: 'CAT' --> 65 'DOG' --> 68 'ROSY' --> 79 'MATLAB' --> 65 'TRUST' --> 82 'MOSTLY' --> 76

alrededor de 1 mes hace

Resuelto


String Logic 12
Examples: 'CAT' --> 'ACT' 'DOG' --> 'DGO' 'ROSY' --> 'ORSY' 'MOSTLY' --> 'LMOSTY'

alrededor de 1 mes hace

Resuelto


String Logic 11
Examples: 'SUNDAY' --> 6 'MONDAY' --> 6 'TUESDAY' --> 7 'WEDNESDAY' --> 9 'THURSDAY' --> 8 'FRIDAY' --> 5 'SATURDAY' --...

alrededor de 1 mes hace

Resuelto


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

alrededor de 1 mes hace

Resuelto


Converts numbers into characters
Converts numbers into characters

alrededor de 2 meses hace

Resuelto


Find the max element of the array
Find the max element of the array

alrededor de 2 meses hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

alrededor de 2 meses hace

Resuelto


to the 2 all elements
to the 2 all elements

alrededor de 2 meses hace

Resuelto


the average value of the elements
Calculate the average value of the elements in the array

alrededor de 2 meses hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

alrededor de 2 meses hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

alrededor de 2 meses hace

Cargar más