Community Profile

photo

Pramod


Last seen: 6 months ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
  • Solver

View badges

Feeds

View by

Question


Is there way to configure AUTOSAR components programmatically?
I am working on creating Classic Autosar component programmatically. I know we can use Autosar component designer wizard for con...

3 years ago | 1 answer | 0

1

answer

Question


Is it possible to develop widgets in MATLAB?
I am using MATLB 2015a.I want to create Widget in MATLAB. Is it possible to develop widgets in MATLAB? If yes, how to develop w...

7 years ago | 0 answers | 0

0

answers

Solved


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

7 years ago

Solved


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

7 years ago

Solved


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

7 years ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

7 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

7 years ago

Solved


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

7 years ago