解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


modulus of a number
find the modulus of a given number

2年弱 前

解決済み


Generate pi using logarithm
Generate pi using logarithm

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Watt
Ampere x Volt = Watt

2年弱 前

解決済み


Mile to Kilometer
x is mile and y is km

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Volume of Cylinder
Find the volume of a cylinder

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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]

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


Product of elements in a column

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

解決済み


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

2年弱 前

さらに読み込む