Community Profile

photo

Anh Nguyen


UCSD

Actif depuis 2012

Anh has an MS degree and is currently a 5th year PhD student in Electrical Engineering at University of California San Diego. He uses Matlab daily in simulating research experiments in Wireless Communications.
Professional Interests: Signal processing, wireless communications

Statistiques

  • First Review
  • Solver

Afficher les badges

Content Feed

Afficher par

A résolu


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

plus de 11 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 11 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 11 ans il y a