photo

Eduardo Alfaro


Last seen: 4 years 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Prime Function without Conditionals or Iteration
I have to construct a code that inputs a positive integer N and outputs a vector of the prime numbers up to that positive intege...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Find the average in each row with certain conditions
I have a Nx2 array and have to find the average of each row. However, if the number in the right column is lower than the one on...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to replace a certain value for another one once in a vector without using the index?
vec = [89.7000 9.1000 68.0000 87.7000 91.7000 9.1000] rep = 50 I have to replace one of the 9.1000s in vec for rep witho...

7 years 前 | 1 个回答 | 0

1

个回答