解決済み


Matrix operation

3年以上 前

解決済み


Size

3年以上 前

解決済み


imaginary

3年以上 前

解決済み


delta x

3年以上 前

解決済み


Ohmic Heating

3年以上 前

解決済み


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年以上 前

解決済み


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

3年以上 前

解決済み


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年以上 前

解決済み


ascii value
let input='a' output=97

3年以上 前

解決済み


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

3年以上 前

解決済み


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年以上 前

解決済み


Find Logic 18

3年以上 前

解決済み


Find Logic 17

3年以上 前

解決済み


Find Logic 16

3年以上 前

解決済み


Find Logic 14

3年以上 前

解決済み


Find Logic 15

3年以上 前

解決済み


Find Logic 13

3年以上 前

解決済み


Find Logic 12

3年以上 前

解決済み


Find Logic 11

3年以上 前

解決済み


Find Logic 10

3年以上 前

解決済み


Find Logic 9

3年以上 前

解決済み


Find Logic 8

3年以上 前

解決済み


Find Logic 7

3年以上 前

解決済み


Find Logic 6

3年以上 前

解決済み


Find Logic 4

3年以上 前

解決済み


Find Logic 3

3年以上 前

解決済み


Find Logic 1

3年以上 前

解決済み


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

3年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

さらに読み込む