photo

karim karim


Last seen: 約2ヶ月 前 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

10ヶ月 前 | 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),...

約5年 前 | 0