photo

Eran Shvartzman


Active since 2017

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Multiply the vector organs
How to multiply the vector parts without using a prod function For example: s=[1 2 3 4], v=24

6 years ago | 2 answers | 0

2

answers

Question


Random integers in input
How can I give a set of random integers (including negative numbers)?

6 years ago | 0 answers | 0

0

answers

Question


Raise the zeros in the vector up
If I have a vector [5 8 0 7 9 0 3], how do I put it this way: [0 0 5 8 7 9 3] use only function if-else thank you.

6 years ago | 1 answer | 0

1

answer