Community Profile

photo

Thomas


Saarland University

Last seen: 4 years ago Active since 2014

Statistics

All
  • Solver

View badges

Content Feed

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

9 years ago

Solved


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

9 years ago

Answered
how to handle serial communications when using timer callbacks
Got it. Inside a function, MATLAB will produce an intrinsic mutex, so this won't happen.

9 years ago | 0

Question


how to handle serial communications when using timer callbacks
Hello, I am using a timer function to get a callback for a GUI update. In my application there are also some functions that use ...

10 years ago | 1 answer | 0

1

answer