Community Profile

photo

HARSH RAITHATHA


Gec Gandhinagar

Last seen: 7 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

Kontakt

Pursuing Electronics and Communication Engineering.

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


Basic Addition

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


divide by 5

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


Radians to Degrees
Convert radians to degrees.

mehr als 3 Jahre vor

Gelöst


Determine the factorial of a number

mehr als 3 Jahre vor

Gelöst


Mile to Kilometer
x is mile and y is km

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


reverse the order and combine a matrix

mehr als 3 Jahre vor

Gelöst


matrix rows and columns

mehr als 3 Jahre vor

Mehr laden