Community Profile

photo

Rebecca Reck


University of Illinois at Urbana-Champaign

Last seen: 7 months ago Active since 2014

Dr. Rebecca Reck is a systems engineer. She is a Teaching Associate Professor of Bioengineering at the University of Illinois at Urbana-Champaign. She teaches biomedical instrumentation (BIOE414), biomedical instrumentation lab (BIOE415), and signals and systems (BIOE205). Her areas of research include experiential learning, undergraduate instructional laboratories, and inclusive pedagogy.

Statistics

All
  • Solver

View badges

Content Feed

View by

Question


Using Raspberry Pi SPI interface from Simulink
Hello, I found <http://www.mathworks.com/help/raspi/examples/analog-input-using-spi.html?prodcode=ML this example> for collec...

10 years ago | 4 answers | 2

4

answers

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

10 years ago

Solved


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

10 years ago