photo

HARSH RAITHATHA


Gec Gandhinagar

Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

Pursuing Electronics and Communication Engineering.

统计学

Cody

0 个问题
220 个答案

排名
96,065
of 301,172

声誉
0

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,183

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
914
of 173,200

贡献数
0 个问题
220 个答案

评分
2,490

徽章数量
5

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Introduction to MATLAB Master
  • MATLAB Central Treasure Hunt Finisher
  • First Answer
  • Community Group Solver
  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

已解决


Do operation as per given string
Do operation as per given string Example: '3*5' then answer must be 15; '3+5' then answer must be 8; '35' then answer ...

5 years 前

已解决


Cell Counting: How Many Draws?
You are given a cell array containing information about a number of soccer games. Each cell contains one of the following: * ...

5 years 前

已解决


Basic Addition

5 years 前

已解决


What's Your BMI?
Find the body mass index. For reference, please refer to Wikipedia here: <http://en.wikipedia.org/wiki/Body_mass_index body ...

5 years 前

已解决


Determine point is located in a circle or not
Using input [x] and [y], determine the points (x,y) is located inside of circle (x^2+y^2=1) if point is located in circle,...

5 years 前

已解决


divide by 5

5 years 前

已解决


Evaluating a polynomial
Given the following polynomial and the value for x, determine y. y = 3x^5 – x^3 + 8x – 3 Example x = 1 y = 3 - 1 +...

5 years 前

已解决


length of a vector
Find twice the length of a given vector.

5 years 前

已解决


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

5 years 前

已解决


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

5 years 前

已解决


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

5 years 前

已解决


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

5 years 前

已解决


multiply an array by its position number
You have given an array. Multiply an array by its position number

5 years 前

已解决


Compute LOG(1+X) in natural log
Compute LOG(1+X) in natural log

5 years 前

已解决


Radians to Degrees
Convert radians to degrees.

5 years 前

已解决


Mile to Kilometer
x is mile and y is km

5 years 前

已解决


Percentage
There is x liter water and y gram => z is percentage of salt in water

5 years 前

已解决


Adding Cells with numbers defined as strings
Given a cell, with strings representing numbers, add each value. For example: a = {'9','33'}; the output should be: ...

5 years 前

已解决


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

5 years 前

已解决


Permutations of input vector
Find and output all permutations of given vector

5 years 前

已解决


Delete blanks at the end of string
you got to delete all blank spaces which appears at the end of string

5 years 前

已解决


Solve Linear equations
Solve Linear equations Example: x+y=2 and x+2y=3, then x and y equal to 1.

5 years 前

已解决


Convert decimal to hex as shown in test cases
Convert decimal to hex as shown in test cases.

5 years 前

已解决


Calculate Simple Intrest for given data
P,N,R stands for Principle amount, No. of years and rate of intrest resp. Calculate intrest I

5 years 前

已解决


sum of first 'n' terms
Given n=10, find the sum of first 'n' terms Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these n=10 terms is 55...

5 years 前

已解决


string comparision
compare two strings if both are same return 1 else return 0

5 years 前

已解决


Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...

5 years 前

已解决


matrix rows and columns

5 years 前

加载更多