photo

Jeevan Thomas


Tata Elxsi

Last seen: 5개월 전 2012년부터 활동

Followers: 0   Following: 0

메시지

Automotive Embedded Software Engineer Professional Interests: Automotive Embedded Systems

통계

All
MATLAB Answers

4 질문
10 답변

Cody

1 문제
157 답안

순위
3,093
of 300,756

평판
19

참여
4 질문
10 답변

답변 채택
0.0%

획득한 표
10

순위
 of 21,077

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
2,036
of 170,890

참여
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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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

9년 초과 전

문제를 풀었습니다


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년 초과 전

답변 있음
Exception of code generation in matlab coder with "bsxfun" and "exp"
There are some restrictions in using this function for code generation. Please refer to the below links and see if your impleme...

10년 초과 전 | 0

답변 있음
Is code coverage for a model equal to code coverage of generated code?
Coverage of a model doesn't necessarily reflect coverage of generated code. In the generated code, there will be utility func...

10년 초과 전 | 1

답변 있음
V0=(0:1:300) how to express this function in physical modeling?
If you want to use your V0 = (0:1:300) as part of a Simulink system, you could drag a constant block from Simulink library in to...

10년 초과 전 | 0

답변 있음
How to build a matlab 2009b model using matlab 2011b?
Run the upgrade advisor and replace block parameters of block in the older version of model to make it compatible with the newer...

10년 초과 전 | 0

답변 있음
Why is my Virtual bus coded as a structure?
A bus used in Simulink is by default a "virtual bus". But if you explicitly make it non-virtual and attach a corresponding bus ...

10년 초과 전 | 1

답변 있음
Can we generate genric embedded c code from s-domain in simulink?
Code can be generated from any Simulink system as long as the blocks used to make the system have block TLCs that support code g...

10년 초과 전 | 0

답변 있음
For code generation problem
If you want to generate the unit delay variable in the model as a global variable, but not as an extern variable means that you ...

10년 초과 전 | 1

문제를 풀었습니다


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

10년 초과 전

문제를 풀었습니다


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

10년 초과 전

답변 있음
Potential conflicting usages of identifier 'vol_step': a global identifier from model vol, and a global data store memory with that alias (vol_step)
From a simple model created using the available information, it works fine and the code generation works well and good. Just ...

10년 초과 전 | 2

답변 있음
Include external header files in generated souce file (.c file) and not in generated header file (R2014a)
EmbeddedCoder has a fixed programmed pattern of generating code through various system and block TLC files. All the imported Si...

10년 초과 전 | 0

| 수락됨

문제를 풀었습니다


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

10년 초과 전

문제를 풀었습니다


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

10년 초과 전

문제를 풀었습니다


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

10년 초과 전

문제를 풀었습니다


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

10년 초과 전

문제를 풀었습니다


Sum of a vetor
y = vectorsum(x)

10년 초과 전

문제를 풀었습니다


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.

10년 초과 전

문제를 풀었습니다


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

10년 초과 전

문제를 풀었습니다


trignometric function
calculate sinx ,if you are given with tanx

10년 초과 전

문제를 풀었습니다


calculate accleration
Cal accleration for given time and distance

10년 초과 전

문제를 풀었습니다


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

10년 초과 전

문제를 풀었습니다


find even number
Find even numbers between 1 and nth number

10년 초과 전

문제를 풀었습니다


equate
equate y to x

10년 초과 전

더 보기