Community Profile

photo

Pramod


Last seen: 6 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

All
  • Solver

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

已解决


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 前

已解决


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

7 years 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前