Community Profile

photo

Ronak Patel


Last seen: 2年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Promoter
  • CUP Challenge Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


Bruh
Return 'bruh'.

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


kmph to mps
convert kilometer per hour to meter per second

6年弱 前

解決済み


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

6年弱 前

解決済み


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

解決済み


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

6年弱 前

さらに読み込む