Solved


Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...

2 years ago

Solved


MATCH THE STRINGS (2 CHAR) very easy
Match the given string based on first two characters on each string. For example A='harsa'; b='harish'; result '1' ...

2 years ago

Solved


Replace all odd numbers with NaN
Replace all odd numbers in the vector or matrix with NaN. For example, if x = [1 3 4 5 8 11]; then return y = [NaN Na...

2 years ago

Solved


true or false
if the matrix has a zero, return true. else, return false

2 years ago

Solved


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

2 years ago

Solved


Matrix to vector transformation
given a matrix, make in the output 1 column vector putting odd numbers in ascending order after that put the even numbers in des...

2 years ago

Solved


Ounces to Kilograms
convert ounces to kilograms, easy

2 years ago

Solved


lb to kilogram
convert lb to kilogram units, easy

2 years ago

Solved


find the logic,easy one
find the logic behind, example x=18 y=306 x=53 y=2756

2 years ago

Solved


Find Logic 19

2 years ago

Solved


Find Logic 18

2 years ago

Solved


Find Logic 17

2 years ago

Solved


Find Logic 16

2 years ago

Solved


Find Logic 15

2 years ago

Solved


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

2 years ago

Solved


Find Logic 13

2 years ago

Solved


Find Logic 12

2 years ago

Solved


Find Logic 11

2 years ago

Solved


Find Logic 10

2 years ago

Solved


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

2 years ago

Solved


Find Logic 8

2 years ago

Solved


Find Logic 7

2 years ago

Solved


Find Logic 6

2 years ago

Solved


Find Logic 5

2 years ago

Solved


Find Logic 4

2 years ago

Solved


Find Logic 2

2 years ago

Solved


Find Logic 3

2 years ago

Solved


Find Logic 1

2 years ago

Solved


Energy Conversion 2

2 years ago

Solved


Energy Conversion 1

2 years ago

Load more