解決済み


Range of Values in a Matrix
Create a function that accepts a matrix of real numbers as input and returns the range of the values contained in the matrix. Th...

2年弱 前

解決済み


Array Width (no usage of size)
Find the array width. Size may not be used.

2年弱 前

解決済み


Calculate the Voltage Through a Step-Up Transformer
Given a step-up transformer has a primary coil with A number loops, a secondary coil with B number loops, and a primary voltage ...

2年弱 前

解決済み


Energy Conversion 2

2年弱 前

解決済み


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

2年弱 前

解決済み


Hard limit function
Classify x data as if x>=0 then y=1 if x<0 then y=0 Example x = [ -2 -1 0 1 2] y = [ 0 0 1 1 1]

2年弱 前

解決済み


Summation of Non Zeros Numbers in String Variable
Find the Summation of Non Zeros Numbers in String Variable The input : x = '100205' The Output : y = 8

2年弱 前

解決済み


Getting values from a vector
This exercise is for finding the values that meet your criteria. a = [-5 28 7 83 73]; b = 23 ; c = (a > b) Then : c = ...

2年弱 前

解決済み


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Converts numbers into characters
Converts numbers into characters

2年弱 前

解決済み


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

2年弱 前

解決済み


to the 2 all elements
to the 2 all elements

2年弱 前

解決済み


Number Puzzle - 039

2年弱 前

解決済み


Number Puzzle - 113
Give an example of a six-digit prime number abcdef for which bcde and cd are also prime numbers.

2年弱 前

解決済み


Number Puzzle - 054

2年弱 前

解決済み


Number Puzzle - 037

2年弱 前

解決済み


Number Puzzle - 115

2年弱 前

解決済み


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

2年弱 前

解決済み


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

2年弱 前

解決済み


String Logic 18
Examples: 'DIG' --> 'DG' 'IMPORTANT' --> 'IPRAT' 'DEAL' --> 'DA' 'LIMB' --> 'LM' 'MOSTLY' --> 'MSL'

2年弱 前

解決済み


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

2年弱 前

解決済み


convert the number to binary format & count digits
Convert the given number to the corresponding binary format and count the number of digits in that binary number

2年以上 前

解決済み


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

2年以上 前

解決済み


Square root of a number
Write a code that will output the square root of x.

2年以上 前

解決済み


print 'Hello W0rld'

2年以上 前

解決済み


How many monitors are connected ?
How to obtain the numbers of monitors connected to your computer ?

2年以上 前

解決済み


Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. Fun note: technically it...

2年以上 前

さらに読み込む