photo

Julius Rauh


Last seen: 9 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已解决


Temperature Conversion 1

1 year 前

已解决


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

2 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

2 years 前

已解决


Compute the harmonic numbers
The nth <https://mathworld.wolfram.com/HarmonicNumber.html harmonic number> is defined as the sum of the reciprocals of the inte...

2 years 前

已解决


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

2 years 前

已解决


Getting the indices from a matrix
Inspired by Problem 645. Getting the indices from a matrix. Given a matrix A (or a vector), return the indices (always in row...

2 years 前

提问


Can I access the Unit of a Simulink.Parameter in a Mask?
Hello, I have a block where I want the unit of the output port to be the same as the Simulink.Parameter (inside a Data Dictiona...

3 years 前 | 1 个回答 | 0

1

个回答