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...
대략 9년 전 | 답변 수: 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...
대략 9년 전 | 답변 수: 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...
대략 9년 전 | 답변 수: 1 | 0
