Community Profile

photo

HARSH RAITHATHA


Gec Gandhinagar

Last seen: 7 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Contatto

Pursuing Electronics and Communication Engineering.

Statistiche

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

Visualizza badge

Feeds

Visto da

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


Basic Addition

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


divide by 5

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


Radians to Degrees
Convert radians to degrees.

oltre 3 anni fa

Risolto


Determine the factorial of a number

oltre 3 anni fa

Risolto


Mile to Kilometer
x is mile and y is km

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


matrix rows and columns

oltre 3 anni fa

Carica altro