Risolto


Matrix operation

oltre 3 anni fa

Risolto


Size

oltre 3 anni fa

Risolto


imaginary

oltre 3 anni fa

Risolto


delta x

oltre 3 anni fa

Risolto


Ohmic Heating

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


ascii value
let input='a' output=97

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


Find Logic 18

oltre 3 anni fa

Risolto


Find Logic 17

oltre 3 anni fa

Risolto


Find Logic 16

oltre 3 anni fa

Risolto


Find Logic 14

oltre 3 anni fa

Risolto


Find Logic 15

oltre 3 anni fa

Risolto


Find Logic 13

oltre 3 anni fa

Risolto


Find Logic 12

oltre 3 anni fa

Risolto


Find Logic 11

oltre 3 anni fa

Risolto


Find Logic 10

oltre 3 anni fa

Risolto


Find Logic 9

oltre 3 anni fa

Risolto


Find Logic 8

oltre 3 anni fa

Risolto


Find Logic 7

oltre 3 anni fa

Risolto


Find Logic 6

oltre 3 anni fa

Risolto


Find Logic 4

oltre 3 anni fa

Risolto


Find Logic 3

oltre 3 anni fa

Risolto


Find Logic 1

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Carica altro