photo

Anirudh Sharma


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

All
  • First Review
  • Thankful Level 1
  • Promoter
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Static variables in MATLAB
How do I declare static variable in MATLAB?

fast 8 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


Display negative numbers
Given array,x, display all the negative numbers and display output as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

fast 8 Jahre vor

Gelöst


Standard Deviation
Find standard deviation of an array.

fast 8 Jahre vor

Gelöst


Mean of a matrix
Determine numeric mean of a matrix

fast 8 Jahre vor

Gelöst


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

fast 8 Jahre vor

Gelöst


Leap year or Not
Check if a given year is Leap year or not.

fast 8 Jahre vor

Gelöst


Number of primes
Count the number of primes less than 'n'.

fast 8 Jahre vor

Gelöst


kmph to mph converter
Convert the speed in miles/hour to km/hour.

fast 8 Jahre vor

Gelöst


Roots of a quadratic equation.
Calculate the roots of a quadratic equation, given coefficients a, b, and c, for the equation a*x^2 + b*x + c = 0.

fast 8 Jahre vor

Gelöst


Linear system of equations
Solve the system of equations in three variables.

fast 8 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 8 Jahre vor