How to get the corresponding data ?
1 view (last 30 days)
Show older comments
Hi there,
Im trying to get correspoding data for example:
urine output <0.5 ml/kg/h for 6-12hrs.
Data for time is 0000 to 2400
for i=1:600:1200 ( how can I mention this data belong to the time? )
if totalurineoutput = sum(urineoutput(i))
end
end
need help
thank you in advance.
0 Comments
Answers (1)
See Also
Categories
Find more on Fourier Analysis and Filtering in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!