Solved


Matrix operation

3 years ago

Solved


Size

3 years ago

Solved


imaginary

3 years ago

Solved


delta x

3 years ago

Solved


Ohmic Heating

3 years ago

Solved


Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...

3 years ago

Solved


most frequent character
Obtain the most frequent character. For example, s='balaram'; output='a'; If there is a tie between letters, return t...

3 years ago

Solved


Find the index of n in magic(n)
If input n=5, then magic(n) is 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22...

3 years ago

Solved


ascii value
let input='a' output=97

3 years ago

Solved


reverse string
input='rama' output='amar'

3 years ago

Solved


Getting the row and column location from a matrix
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to get <http://www.mathwo...

3 years ago

Solved


Find Logic 18

3 years ago

Solved


Find Logic 17

3 years ago

Solved


Find Logic 16

3 years ago

Solved


Find Logic 14

3 years ago

Solved


Find Logic 15

3 years ago

Solved


Find Logic 13

3 years ago

Solved


Find Logic 12

3 years ago

Solved


Find Logic 11

3 years ago

Solved


Find Logic 10

3 years ago

Solved


Find Logic 9

3 years ago

Solved


Find Logic 8

3 years ago

Solved


Find Logic 7

3 years ago

Solved


Find Logic 6

3 years ago

Solved


Find Logic 4

3 years ago

Solved


Find Logic 3

3 years ago

Solved


Find Logic 1

3 years ago

Solved


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

3 years ago

Solved


Count decimal digits of a number
* Given an integer number you have to return the number of its digits. * For example 248 has 3 digits and 1589 has 4 digits ...

3 years ago

Solved


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

3 years ago

Load more