解決済み


Component area
Find the area of the component below, all measurements are in mm <<https://image.ibb.co/hocruF/Component.png>>

4年以上 前

解決済み


square of a number
find square of a given number

4年以上 前

解決済み


02 - Vector Variables 3
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2c.png>> (all the numbers from 5 to -5 in increments of ...

4年以上 前

解決済み


Min of a Matrix
Return the minimum value in the given matrix.

4年以上 前

解決済み


Area of rhombus
Calculate the rhombus area

4年以上 前

解決済み


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

4年以上 前

解決済み


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

4年以上 前

解決済み


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

4年以上 前

解決済み


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

4年以上 前

解決済み


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

4年以上 前

解決済み


area

4年以上 前

解決済み


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

4年以上 前

解決済み


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

4年以上 前

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

4年以上 前

解決済み


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

4年以上 前

解決済み


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

4年以上 前

解決済み


Counting down
Create a vector that counts from 450 to 200 in increments of 10.

4年以上 前

解決済み


factorial of a number x
Factorial of a number x

4年以上 前

解決済み


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

4年以上 前

解決済み


kmph to mps
convert kilometer per hour to meter per second

4年以上 前

解決済み


Equal to their cube
Tell me three real numbers that are equal to their cubes?

4年以上 前

解決済み


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

4年以上 前

解決済み


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

4年以上 前

解決済み


Find Sum of array

4年以上 前

解決済み


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

4年以上 前

解決済み


Add 2 Vectors

4年以上 前

解決済み


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

4年以上 前

解決済み


modulus of a number
find the modulus of a given number

4年以上 前

解決済み


Draw a x-by-x matrix 'Denmark flag'(Euro(2020)
Draw a x-by-x matrix 'Denmark flag' using '4' and '1'.(x is odd and bigger than 4) Number 4: Caption S.Kjær and number 1: K.S...

4年以上 前

解決済み


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

4年以上 前

さらに読み込む