解決済み


matrix rows and columns

約4年 前

解決済み


reverse the order and combine a matrix

約4年 前

解決済み


Summy's odd sum

約4年 前

解決済み


Summy's even sum

約4年 前

解決済み


Test

約4年 前

解決済み


sign function

約4年 前

解決済み


Summation of integers

約4年 前

解決済み


Find Logic 2

約4年 前

解決済み


Find Logic 1

約4年 前

解決済み


Testing

約4年 前

解決済み


Find Logic 4

約4年 前

解決済み


Round to Nearest Multiple of 10^n

約4年 前

解決済み


prime test
find largest 2 digit prime number

約4年 前

解決済み


Array of Ones
Create a 100 X 100 array of ones.

約4年 前

解決済み


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

約4年 前

解決済み


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

約4年 前

解決済み


print 'Hello W0rld'

約4年 前

解決済み


Factorial

約4年 前

解決済み


Factorions: Numbers that equal the sum of the factorials of their digits
From Wikipedia: _A factorion is a natural number that equals the sum of the factorials of its decimal digits_ For example: ...

約4年 前

解決済み


DC-DC boost converter
Find the output voltage of a DC-DC boost converter when its input voltage is 12V and the duty cycle ratio is 0.6.

約4年 前

解決済み


Alternative Dimensions
Given a multidimensional matrix, transform the matrix so the dimensions are in the order given by variable ord. For example, giv...

約4年 前

解決済み


Implement a counter
Write a function that returns a function that counts the number of times it is invoked. Example: >> h = counter; >> h() ...

約4年 前

解決済み


MATLAB Counter
Write a function f = counter(x0,b) to construct a counter handle f that counts with an initial value x0 and a step size b. E...

約4年 前

解決済み


Change on Spiral Matrix
n>=3, generate a matrix of nth such that n^2 is the max number, and max number must be in [1,1] or [end, end]. One example will ...

約4年 前

解決済み


Write a function to calculate step size delta if bits per sample and input range is given for quantization.
numBit = bits per sample; range = input max value - min value; delta = step size; l = number of levels;

約4年 前

解決済み


How many ways to write a number
Given two positive numbers n and k, where n>=k. In how many ways can we write n as sum of k positive numbers. Same numbers but d...

約4年 前

解決済み


Calculate time taken by light to reach earth surface
We know the time(seconds) taken by light to reach surface of earth. What if the distance varies yearly or source of light moves ...

約4年 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約4年 前

解決済み


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

約4年 前

さらに読み込む