photo

karim karim


Last seen: 24일 전 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

3개월 전 | 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년 초과 전 | 0