Community Profile

photo

Adam


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • CUP Challenge Master
  • Commenter
  • Promoter
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Matlab Basics - Absolute Value
Write a script that returns the absolute value of the elements in x e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

5 months ago

Solved


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

5 months ago

Solved


square root
Find square root of given number

5 months ago

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

5 months ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

5 months ago

Solved


Area of square
Find the area of a square whose diagonal length is given as x.

5 months ago

Solved


Calculate the area of a circle
Given a circle of diameter x calculate its area

5 months ago

Solved


Find square of given number
Find Square of any number

5 months ago

Solved


Multiply pi
Multiply pi with x!

5 months ago

Solved


Square
square root of x

5 months ago

Solved


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

5 months ago

Solved


Determine the square root
Determine the square root of the value the user has entered, n.

5 months ago

Solved


find the value

5 months ago

Solved


square of a number
find square of a given number

5 months ago

Solved


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

5 months ago

Solved


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

5 months ago

Solved


idj
idk

5 months ago

Solved


j
j

5 months ago

Solved


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

5 months ago

Solved


World Cup 2018 Prediction!
Which team will be the winner?

5 months ago

Solved


area

5 months ago

Solved


Sum sum!!!
Sum the numbers from 1 to n

5 months ago

Solved


print 'Hello W0rld'

5 months ago

Solved


divide by 5

5 months ago

Solved


Determine if input is greater than 100
Evaluate if given number is greater than 100. If greater, return true; else, return false.

5 months ago

Solved


Determine if input is greater than pi
Evaluate if given number is greater than pi. If greater, return true; else, return false.

5 months ago

Solved


Bag of apples
find probabilty of getting red apples from a bag of 'r' red and 'g' green apples.

5 months ago

Solved


Identifying teenager
Suppose the age of a person is given. If he/she is a teenage, answer is 'yes'. Otherwise, the answer is 'no'.

5 months ago

Solved


Zero or hero
A number will be given as an input. You can be hero if it's not zero. (Just for fun)

5 months ago

Load more