how to generate 10 second delay in matlab progam?
Show older comments
I connect ardiuno with matlab using usb port.
i have done that" how to serial communication done between matlab & arduino".
now i want to genrate 10 second delay between two signal which sent from matlab to arduino.
can any one say me how i generate 10 second delay using matlab program.
Accepted Answer
More Answers (2)
Image Analyst
on 16 Aug 2014
pause(10);
2 Comments
bhargav jayswal
on 16 Aug 2014
Huzaifa Salahuddin
on 19 Jan 2022
It helped me a lot as well, Thank You Very Much
Maroti Kavale
on 28 Jun 2021
0 votes
1) Write a program to delay signal x=[1 2 3 4 3 2 1] by 2 units.
1 Comment
Image Analyst
on 28 Jun 2021
x = [0 0 x];
Categories
Find more on MATLAB Support Package for Arduino Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!