photo

Vishwanath Salokye


Last seen: más de 2 años hace Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

7+ years of experience in automotive filed. Hands on experience in model based development as well as testing. My experience include RPC development for automotive control algorithm. REG testing as well as vehicle testing Professional Interests: Development and testing of application control algorithms.

Estadística

All
MATLAB Answers

2 Preguntas
3 Respuestas

File Exchange

1 Archivo

Cody

0 Problemas
9 Soluciones

CLASIFICACIÓN
21.553
of 301.513

REPUTACIÓN
2

CONTRIBUCIONES
2 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
12.806 of 21.312

REPUTACIÓN
28

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
1

ALL TIME DESCARGAS
286

CLASIFICACIÓN
38.560
of 175.031

CONTRIBUCIONES
0 Problemas
9 Soluciones

PUNTUACIÓN
120

NÚMERO DE INSIGNIAS
3

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Submission
  • Commenter
  • Promoter
  • Solver
  • Revival Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

alrededor de 8 años hace

Resuelto


First N Perfect Squares
*Description* Return the first N perfect squares *Example* input = 4; output = [ 1 4 9 16 ];

alrededor de 8 años hace

Resuelto


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

alrededor de 8 años hace

Resuelto


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

alrededor de 8 años hace

Resuelto


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

alrededor de 8 años hace

Resuelto


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

alrededor de 8 años hace

Resuelto


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

alrededor de 8 años hace

Resuelto


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

alrededor de 8 años hace

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

alrededor de 8 años hace