how to change value in element
Show older comments
I have value p consist of 10000x1 elements
to smooth my calculation i need to changes a value at p ( from 4901 to 4949) and (from 4951 to 5000)
the value should p(4951+4949)/2 and so on
if anyone could help me to solve my problem
i am really appriciate
1 Comment
KSSV
on 26 Sep 2021
You have functions to smooth the data.....read about smooth.
Accepted Answer
More Answers (1)
Image Analyst
on 26 Sep 2021
0 votes
You can use movmean(), smooth(), or conv().
Categories
Find more on Logical 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!