Community Profile

photo

Lu


Case Western Reserve University

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Revival Level 1
  • First Answer
  • Solver

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

11 years ago

Answered
How to connect matlab with Bluetooth HC 05
Hi guys, Here's the solution: HC-05 is actually a bluetooth SPP device, so we cannot use traditional serial function in ma...

11 years ago | 2