photo

Giri Prasath


Last seen: 4 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Science is not only a mentor of technology, it also has a vital role in the development of human values." - Dr. Homi J. Bhabha

Programming Languages:
Python, C++, C, Java, C#, PHP, Javascript, R, Go, MATLAB, Scala, Ruby, SQL, HTML, CSS, Arduino, Shell, Perl, Swift
Spoken Languages:
English

Statistik

Cody

0 Probleme
22 Lösungen

RANG
N/A
of 301.383

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.252

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
21.411
of 174.306

BEITRÄGE
0 Probleme
22 Lösungen

PUNKTESTAND
257

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Promoter
  • MATLAB Central Treasure Hunt Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

etwa 2 Jahre vor

Gelöst


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

mehr als 2 Jahre vor

Gelöst


Create a vector
Create a vector from 0 to n by intervals of 2.

mehr als 2 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

mehr als 2 Jahre vor

Gelöst


Mass Conversion 1

mehr als 2 Jahre vor

Gelöst


Laws of motion 1

mehr als 2 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 2 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 2 Jahre vor

Gelöst


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

mehr als 2 Jahre vor

Gelöst


Spherical Volume
Calculate the volume of a sphere.

mehr als 2 Jahre vor

Gelöst


Square a Number
Given an input x, return y, which is equal to the square of x.

mehr als 2 Jahre vor

Gelöst


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

mehr als 2 Jahre vor

Gelöst


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

mehr als 2 Jahre vor

Gelöst


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

mehr als 2 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:...

mehr als 2 Jahre vor

Gelöst


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

mehr als 2 Jahre vor

Gelöst


Temperature Conversion 2

mehr als 2 Jahre vor

Gelöst


Temperature Conversion 1

mehr als 2 Jahre vor

Gelöst


Convert radians to degrees
Given input in radians, output to degrees

mehr als 2 Jahre vor

Gelöst


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

mehr als 2 Jahre vor

Gelöst


Return area of square
Side of square=input=a Area=output=b

etwa 3 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 3 Jahre vor