how to sample time of input vector in matlabb script
2 views (last 30 days)
Show older comments
Dear all, Ihave an optimization algorithm function (MPPT) the algorithm function receive input vector, i want to sample the time between inputs like i do in simulink by insurting zero order hold block(attached in photo) but in code how to do it ? what is its effect on the overal system in terms of efficiency, speed and especially stability?
3 Comments
Mathieu NOE
on 14 May 2024
in matlab you can also play with sample times , you can reduce it with decimate , resample , interp1
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!