已解决


Find square of given number
Find Square of any number

3 years 前

已解决


Check if number is a square number
Test if integer i is a square number. Return logical true if it is.

3 years 前

已解决


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

3 years 前

已解决


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

3 years 前

已解决


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

3 years 前

已解决


Angle difference between Hour Hand and Minute Hand of clock
*Calculate the difference of angles between Hour hand and Minute hand of clock* E.g. 1) At 12:00 Angle Difference = 0 deg...

3 years 前

已解决


Area of a triangle given its sides

3 years 前

已解决


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

3 years 前

已解决


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

3 years 前

已解决


multiply an array by its position number
You have given an array. Multiply an array by its position number

3 years 前

已解决


Find remainder when x is divided by 3
Find remainder when x is divided by 3

3 years 前

已解决


modulus of a number
find the modulus of a given number

3 years 前

已解决


Program an exclusive OR operation with logical operators
Program an exclusive or operation *without* using the MATLAB function xor. Use logical operators like |, &, ~, ... instead. ...

3 years 前

已解决


first element of matrix
find the first elements of a column matrix

3 years 前

已解决


Clock Hand Angle 1
Given a time in HH:MM:SS, find the smallest angle (in degrees) between the hour and minute hand

3 years 前

已解决


Corresponding letter to ASCII code.
Given the letter, the output will show the corresponding ASCII code.

3 years 前

已解决


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

3 years 前

已解决


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

3 years 前

已解决


Given A4 sizes find A3's long side
I think you know the relation between A3 and A4 paper so givens are sides of A4 x1=long side of A4 y1=short side of A4 y2 is ...

3 years 前

已解决


Determine the length of a string of characters
Determine the length of a string of characters

3 years 前

已解决


Volume of a sphere

3 years 前

已解决


Percentage
There is x liter water and y gram => z is percentage of salt in water

3 years 前

已解决


Volume of Equilateral Triangle Prism
Find volume of equilateral triangle prism x = side of triangle l = length of prism

3 years 前

已解决


Watt
Ampere x Volt = Watt

3 years 前

已解决


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

3 years 前

已解决


Rotate array 90 degrees
Rotate the given matrix by 90 degrees. Example, A = [1 2 3 ; 4 5 6 ] B = rotated(A) = [ 3 6; 2 5; 1 4 ]

3 years 前

已解决


Square a Number
Given an input x, return y, which is equal to the square of x.

3 years 前

已解决


Kelvin to Fahrenheit
You can find a doc about it in here => https://www.rapidtables.com/convert/temperature/how-kelvin-to-fahrenheit.html x is kelvi...

3 years 前

已解决


Polygon Interior Angle Sum
Theorem is (n−2)x180°

3 years 前

加载更多