已解决


Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...

1 year 前

已解决


Remove the positive integers.
Given array x (of integers), remove all the positive numbers and display ouput as y. Example x=[1 -2 3 -4] , output is y=[-2 -...

1 year 前

已解决


modulus of a number
find the modulus of a given number

1 year 前

已解决


Generate pi using logarithm
Generate pi using logarithm

1 year 前

已解决


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Watt
Ampere x Volt = Watt

1 year 前

已解决


Mile to Kilometer
x is mile and y is km

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


Volume of Cylinder
Find the volume of a cylinder

1 year 前

已解决


Basic matrix operations using standard MATLAB commands
Create the matrix: 1.0e+15 * 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000...

1 year 前

已解决


Which one is More bigger?
we have two input like (x,y) our output (z) must wich one is bigger input.

1 year 前

已解决


Log of a number
Write a script that will give the log of x as output.

1 year 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

1 year 前

已解决


Find the sum of n squares
What is the sum of the squares of the first n integers?

1 year 前

已解决


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

1 year 前

已解决


Vector with a repeated entry
Create a row vector of length n, filled with 4's. For example, if n = 3, output = [4 4 4]

1 year 前

已解决


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

1 year 前

已解决


Corresponding ASCII code.
Given the number, the output will show the corresponding ASCII code.

1 year 前

已解决


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

1 year 前

已解决


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

1 year 前

已解决


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

1 year 前

已解决


Odd times 3
Given a input matrix x, multiply all odd values by 3. Even values remain the same. example: x = [1 2 3 4 5;... 6 7...

1 year 前

已解决


Product of elements in a column

1 year 前

已解决


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

1 year 前

已解决


Rankine to Celsius Converter
Given input R, degrees Rankine, convert into degrees Celsius.

1 year 前

已解决


Convert degrees to radians
Given input in degrees, output to radians

1 year 前

加载更多