photo

Gaurav Singh


TCS Pune

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

Cody

0 个问题
340 个答案

排名
N/A
of 301,624

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,365

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
732
of 175,828

贡献数
0 个问题
340 个答案

评分
2,900

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已解决


Give prime Numbers upto n
You are given a input number x; print all the prime numbers less than equal to x.

10 years 前

已解决


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

10 years 前

已解决


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

10 years 前

已解决


Get the array of sum for three consecutive numbers in an array
Get the array of sum, for three consecutive numbers in an array. if Input 'x' does not have at-least 3 elements then 'y' shou...

11 years 前

已解决


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

11 years 前

已解决


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

11 years 前

已解决


Find the area!
Find the area of a medium Dominos pizza

11 years 前

已解决


write an algebraic expression
An electrician charges $45 per hour and spends $20 a day on gasoline. Write an algebraic expression to represent his earnings fo...

11 years 前

已解决


Sum of a vetor
y = vectorsum(x)

11 years 前

已解决


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

11 years 前

已解决


Vertically stack two vectors
Stack two vectors on top of each-other so that... if A = [1 5 3] and B = [8 6 4] then C = [1 5 3 ; 8 6 4]

11 years 前

已解决


Array
Create a 3 by 3 array of 1s

11 years 前

已解决


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;

11 years 前

已解决


calculate accleration
Cal accleration for given time and distance

11 years 前

已解决


03 - Matrix Variables 6
Make _fMat_ be a 5x3 matrix of random integers with values from -3 to 3 (Hint: use *randi*)

11 years 前

已解决


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

11 years 前

已解决


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

11 years 前

已解决


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

11 years 前

已解决


Test if a number is numeric or not
Test if a number is numeric or not

11 years 前

已解决


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

11 years 前

已解决


Repeat The Components of Matrix
Repeat The components of a matrix so that the size of the output matrix is double to input matrix and components are repeated ne...

11 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. So if input x is x = [1 2 3 5] then the output y should be 11.

11 years 前

已解决


Determine if a row vector has NaN
Determine if a row vector x has NaN

11 years 前

已解决


Find the realtion between x and y
x=1 then y=3, x=2 then y=7, x=3 then y=13,

11 years 前

已解决


Dare to solve this
Find square of any number

11 years 前

已解决


increase the number by 7
You need to increase any given digit by 7

11 years 前

已解决


write an expression
output is five more than twice an input number.

11 years 前

已解决


write an expression
output is five more than twice an input number.

11 years 前

已解决


Add 8 to given num
add 8 to given number

11 years 前

已解决


Number of 1s in the Binary Representation of a Number
*Description* Return the number of 1s in the (unsigned integer) binary representation of a number. This function should be ab...

11 years 前

加载更多