photo

Andrey Smolyakov


Saint Petersburg Electrotechnical University "LETI"

Last seen: más de 1 año hace Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Estadística

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

Ver insignias

Feeds

Ver por

Enviada


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

más de 2 años hace | 7 descargas |

Respondida
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...

alrededor de 4 años hace | 2

Resuelto


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...

alrededor de 6 años hace