Community Profile

photo

Abdullah Al Masud


Last seen: 28 days 前 自 2019 起处于活动状态

统计数据

All
  • Solver

查看徽章

Content Feed

排序方式:

已解决


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

9 months 前

已解决


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

9 months 前

已解决


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

9 months 前

已解决


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

9 months 前

已解决


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

9 months 前

已解决


Sum of odd numbers in a matrix
Find the sum of all the odd numbers in a matrix. Example x = [2 3 5 7 1 4 11] y = 27

9 months 前

已解决


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

9 months 前

提问


Linearize model in Simscape
I have designed an RLC circuit in simspace. Now I would like to linearize the model for bode plot. However, I am getting the fol...

5 years 前 | 0 个回答 | 0

0

个回答