photo

karim karim


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

Followers: 0   Following: 0

统计学

  • Explorer
  • First Answer

查看徽章

Feeds

排序方式:

已回答
matlab code of some wsn routing protocols
If you are interested in collaboration in (wsn, robotics, AI) contact me : oasis.csn@gmal.com

5 months 前 | 0

已回答
How can I remove elements divisible by 3,4, and 5 in a vector?
This is a general solution : x=input(' x = '); i=1; while i<= length(x) if mod(x(i),3)==0 || mod(x(i),4)==0 || mod(x(i),...

4 years 前 | 0