Resuelto


Create a code for XNOR
Given two inputs, output XNOR of those two

alrededor de 2 meses hace

Resuelto


Number Power
Raise a number to itself.

alrededor de 2 meses hace

Resuelto


find the value

alrededor de 2 meses hace

Resuelto


Probability of red tulips
I hope to give you bulbs of tulip. But I do not know the color of those petals. I just know that the color is red, white or yell...

alrededor de 2 meses hace

Resuelto


Write a function to generate AND operation

alrededor de 2 meses hace

Resuelto


Find the "ordinary" or Euclidean distance between A and Z
A, B and Z define three points in the 3D _Euclidean_ space of the form: A = [x1;y1;0]; B = [x2;y2;0]; Z = [x2;y2;z]; Find th...

alrededor de 2 meses hace

Resuelto


Convert decimal to binary and then generate the minimum binary it can with jumbling
input is 10 --> 1010 output should be 3 --> 0011 input 23 --> 10111 output should be 15 --> 01111

alrededor de 2 meses hace

Resuelto


Initialize a Natural Number matrix.
Given length of matrix initialize a matrix consisting of natural numbers from 1 to n: n = 10; x = [ 1 2 3 4 5 6 7 8 9 10]; ...

alrededor de 2 meses hace

Resuelto


Step up
For given input array, output a array with all elements step up by two

alrededor de 2 meses hace

Resuelto


number play

alrededor de 2 meses hace

Resuelto


Shift elements of vector left
Shift elements of vector to the left. For ex. : Input_vec = [1 2 3 4 5] Output_vec = [2 3 4 5 1]

alrededor de 2 meses hace

Resuelto


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

alrededor de 2 meses hace

Resuelto


MATLAB Basics: Complex Argument
For a given complex number, x, return the argument, y, in degrees.

alrededor de 2 meses hace

Resuelto


reverse the order and combine a matrix

alrededor de 2 meses hace

Resuelto


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

alrededor de 2 meses hace

Resuelto


Battery Charge Efficiency Calculation
In a Battery Management System (BMS), the efficiency of battery charging can be estimated using the formula: where: is the...

alrededor de 2 meses hace

Resuelto


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

alrededor de 2 meses hace

Resuelto


Area of the yellow shaded region

alrededor de 2 meses hace

Resuelto


Multiplication
Multiply a and b.

alrededor de 2 meses hace

Resuelto


Point on a line
Find the slope of the straight line between the points a and b. Then find y at x=20.

alrededor de 2 meses hace

Resuelto


Write a string
The answer should be a string that is the value: "I like apples!" (Ignore the quotation marks, just write what is inside the ...

alrededor de 2 meses hace

Resuelto


X-intercepts of a quadratic.
Find the y value of the quadratic of the function at a point x.

alrededor de 2 meses hace

Resuelto


PEMDAS

alrededor de 2 meses hace

Resuelto


Squares
Find the square of x.

alrededor de 2 meses hace

Resuelto


Subtraction
Subtract a from b.

alrededor de 2 meses hace

Resuelto


Division
Divide a by b.

alrededor de 2 meses hace

Resuelto


Addition II
find a+b+c+d

alrededor de 2 meses hace

Resuelto


Addition
Add together the values of a and b.

alrededor de 2 meses hace

Resuelto


Calculate days until Christmas
Provided with inputs year, month, day e.g. 2019,11,12, calculate the number of days until the next Christmas day, i.e. the next ...

alrededor de 2 meses hace

Resuelto


How many Christmas presents under the tree?
For many families at Christmas, each family member gives 1 present to every other family member. The main exception is that chil...

alrededor de 2 meses hace

Cargar más