Community Profile

photo

Andrey Smolyakov


Saint Petersburg Electrotechnical University "LETI"

Last seen: 1년 초과 전 2018년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Personal Best Downloads Level 1
  • First Submission
  • GitHub Submissions Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

제출됨


MATLAB tools for libpcap
Provides some functions to work with *.pcap-files.

대략 2년 전 | 다운로드 수: 3 |

답변 있음
How to find the number of values that are odd?
If I understand you correctly, you may try something like this: x = 120:230; m = x((mod(x,11)==0 | mod(x,13)==0) & mod(x,2)==1...

거의 4년 전 | 2

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 6년 전