Jeevan Thomas - MATLAB Central
photo

Jeevan Thomas


Tata Elxsi

Last seen: 11ヶ月 前 2012 年からアクティブ

Followers: 0   Following: 0

Automotive Embedded Software Engineer Professional Interests: Automotive Embedded Systems

統計

All
CodyMATLAB AnswersFrom 09/12 to 03/25Use left and right arrows to move selectionFrom 09/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
10 回答

Cody

1 問題
157 解答

ランク
3,040
of 297,695

評判
19

コントリビューション
4 質問
10 回答

回答採用率
0.0%

獲得投票数
10

ランク
 of 20,466

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
1,844
of 159,380

コントリビューション
1 問題
157 解答

スコア
1,460

バッジ数
2

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

バッジを表示

Feeds

表示方法

解決済み


Values in Array
How many values are in the array

8年以上 前

解決済み


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

8年以上 前

解決済み


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

8年以上 前

解決済み


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

9年弱 前

解決済み


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

9年弱 前

解決済み


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

9年弱 前

解決済み


Transpose of matrix
Transpose of matrix as per test cases

9年弱 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


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

9年以上 前

解決済み


Sum of a vetor
y = vectorsum(x)

9年以上 前

解決済み


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.

9年以上 前

解決済み


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

9年以上 前

解決済み


trignometric function
calculate sinx ,if you are given with tanx

9年以上 前

解決済み


calculate accleration
Cal accleration for given time and distance

9年以上 前

解決済み


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

9年以上 前

解決済み


find even number
Find even numbers between 1 and nth number

9年以上 前

解決済み


equate
equate y to x

9年以上 前

解決済み


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

9年以上 前

解決済み


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

約10年 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

解決済み


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

11年弱 前

さらに読み込む