photo

Giri Prasath


Last seen: 3 meses hace Con actividad desde 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

Estadística

Cody

0 Problemas
22 Soluciones

CLASIFICACIÓN
N/A
of 301.172

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.183

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
21.333
of 173.200

CONTRIBUCIONES
0 Problemas
22 Soluciones

PUNTUACIÓN
257

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Promoter
  • MATLAB Central Treasure Hunt Finisher
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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]

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


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

alrededor de 2 años hace

Resuelto


Mass Conversion 1

alrededor de 2 años hace

Resuelto


Laws of motion 1

alrededor de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


Spherical Volume
Calculate the volume of a sphere.

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


Temperature Conversion 2

más de 2 años hace

Resuelto


Temperature Conversion 1

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

alrededor de 3 años hace

Resuelto


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

alrededor de 3 años hace