Community Profile

photo

Ronak Patel


Last seen: mer än 2 år ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Promoter
  • CUP Challenge Master
  • Solver

View badges

Feeds

View by

Solved


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

nästan 6 år ago

Solved


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

nästan 6 år ago

Solved


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

nästan 6 år ago

Solved


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

nästan 6 år ago

Solved


What percentage?
Calculate the output c as the percentage of a on b for given a and b.

nästan 6 år ago

Solved


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

nästan 6 år ago

Solved


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

nästan 6 år ago

Solved


04 - Scalar Equations 2
Define the variables a and b: <<http://samle.dk/STTBDP/Assignment1_4-a.png>> <<http://samle.dk/STTBDP/Assignment1_4-b.png>...

nästan 6 år ago

Solved


03 - Matrix Variables 5
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3e.png>>

nästan 6 år ago

Solved


Bruh
Return 'bruh'.

nästan 6 år ago

Solved


what's my tax amount this year ?
given an annual salary x and a tax rate i calculate the amount that you have to pay.Example x = 70000; i=.10 y_correc...

nästan 6 år ago

Solved


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

nästan 6 år ago

Solved


Vectors counting by 2
Create a vector numbers from 7 to 15 in increments of 2

nästan 6 år ago

Solved


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

nästan 6 år ago

Solved


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

nästan 6 år ago

Solved


Will there be a new leader?
Simply answer the title.

nästan 6 år ago

Solved


kmph to mps
convert kilometer per hour to meter per second

nästan 6 år ago

Solved


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

nästan 6 år ago

Solved


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

nästan 6 år ago

Solved


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

nästan 6 år ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

nästan 6 år ago

Solved


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

nästan 6 år ago

Solved


02 - Vector Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2a.png>>

nästan 6 år ago

Solved


02 - Vector Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2b.png>>

nästan 6 år ago

Solved


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

nästan 6 år ago

Solved


01 - Scalar variables
Create the following variables: <<http://samle.dk/STTBDP/Assignment1_1.png>>

nästan 6 år ago

Solved


03 - Matrix Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3a.png>> A 9x9 matrix full of 2's (Hint: use *ones* o...

nästan 6 år ago

Solved


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

nästan 6 år ago

Solved


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

nästan 6 år ago

Solved


Return unique values without sorting
If the input vector A is [42 1 1], the output value B must be the unique values [42 1] The *values of B are in the s...

nästan 6 år ago

Load more