photo

Jeevan Thomas


Tata Elxsi

Last seen: 5 mois il y a Actif depuis 2012

Followers: 0   Following: 0

Message

Automotive Embedded Software Engineer Professional Interests: Automotive Embedded Systems

Statistiques

All
MATLAB Answers

4 Questions
10 Réponses

Cody

1 Problème
157 Solutions

RANG
3 095
of 300 791

RÉPUTATION
19

CONTRIBUTIONS
4 Questions
10 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
10

RANG
 of 21 091

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
2 045
of 171 108

CONTRIBUTIONS
1 Problème
157 Solutions

SCORE
1 460

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Promoter
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Values in Array
How many values are in the array

plus de 9 ans il y a

A résolu


Vector 1 to 15.
Create a vector from 1 to 15.

plus de 9 ans il y a

A résolu


Look Up Mapping
Let the input is A = {[] [] [] [1] []}; B = {'A','B','C','D','E'}; Mapped Output = 'D';

plus de 9 ans il y a

A résolu


Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a...

plus de 9 ans il y a

A résolu


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

plus de 9 ans il y a

A résolu


Find the sum of n squares
What is the sum of the squares of the first n integers?

plus de 9 ans il y a

A résolu


Transpose of matrix
Transpose of matrix as per test cases

plus de 9 ans il y a

A résolu


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands

plus de 10 ans il y a

A résolu


Output a vector which is table of 9
Output a vector which is table of 9

plus de 10 ans il y a

A résolu


Divide elements by sum of elements
In this problem, I ask you to write a function which will divide the elements of each column by the sum of the elements of the s...

plus de 10 ans il y a

A résolu


Create cell array of numeric arrays
Convert the input to a cell array, but only if necessary. If the input is a numeric array, return a 1-by-1 cell array contain...

plus de 10 ans il y a

A résolu


increase the number by 7
You need to increase any given digit by 7

plus de 10 ans il y a

A résolu


Sum of series of numbers
Find the sum of numbers from 1-50 using for loop.

plus de 10 ans il y a

A résolu


Sum of a vetor
y = vectorsum(x)

plus de 10 ans il y a

A résolu


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

plus de 10 ans il y a

A résolu


calculate hyponetuse
If x,y,z are 3 sides Z being largest

plus de 10 ans il y a

A résolu


trignometric function
calculate sinx ,if you are given with tanx

plus de 10 ans il y a

A résolu


calculate accleration
Cal accleration for given time and distance

plus de 10 ans il y a

A résolu


Find the realtion between x and y
x=1 then y=3, x=2 then y=7, x=3 then y=13,

plus de 10 ans il y a

A résolu


find even number
Find even numbers between 1 and nth number

plus de 10 ans il y a

A résolu


equate
equate y to x

plus de 10 ans il y a

A résolu


Reverse a string
Reverse the given string. Example input = 'reverse' output = 'esrever'

plus de 10 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

presque 11 ans il y a

A résolu


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

plus de 11 ans il y a

A résolu


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

plus de 11 ans il y a

A résolu


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

plus de 11 ans il y a

A résolu


Find the alphabetic word product
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....

plus de 11 ans il y a

A résolu


Remove all the consonants
Remove all the consonants in the given phrase. Example: Input s1 = 'Jack and Jill went up the hill'; Output s2 is 'a ...

plus de 11 ans il y a

A résolu


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a

Charger plus