Community Profile

photo

HARSH RAITHATHA


Gec Gandhinagar

Last seen: 7ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

連絡

Pursuing Electronics and Communication Engineering.

統計

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

3年以上 前

解決済み


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

3年以上 前

解決済み


Basic Addition

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


divide by 5

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


Radians to Degrees
Convert radians to degrees.

3年以上 前

解決済み


Determine the factorial of a number

3年以上 前

解決済み


Mile to Kilometer
x is mile and y is km

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


reverse the order and combine a matrix

3年以上 前

解決済み


matrix rows and columns

3年以上 前

さらに読み込む