Clear Filters
Clear Filters

How to approximate value to values in an array

8 views (last 30 days)
Maaz Madha
Maaz Madha on 7 Feb 2021
Answered: dpb on 7 Feb 2021
Hi all
So I have a bunch of values in an array(serial time number in seconds) and I want it so that everytime I run the clock function and convert it into a serial time number(in seconds), it approximates it to the nearest given value in the array.

Answers (1)

dpb
dpb on 7 Feb 2021
See
doc interp1
with 'nearest' method.

Categories

Find more on Data Type Conversion 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!