Community Profile

photo

Jeffery Devereux


National Oceanic and Atmospheric Administration

Last seen: 6 months ago Active since 2016

Followers: 0   Following: 0

Message

NOAA RF Spectrum Engineer International - NTIA OSM Engineer - RF Engineer @ DISA Advanced Research - PMRF Radar Systems engineer - Microwave design engineer @ Qualcomm

Programming Languages:
Python, C++, C, C#, Javascript, MATLAB, SQL, HTML, Assembly, Fortran, Visual Basic
Spoken Languages:
English

Statistics

All
  • Solver
  • First Submission
  • Revival Level 1
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Solved


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

4 years ago