필터 지우기
필터 지우기

How to get the corresponding data ?

조회 수: 1 (최근 30일)
farhah muhammad
farhah muhammad 2021년 12월 22일
답변: Star Strider 2021년 12월 22일
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.

답변 (1개)

Star Strider
Star Strider 2021년 12월 22일
If only the 24-hour sum is available, it is not possible to get the time history.
If the times and incremental volumes are available, the cumtrapz function or cumsum function would be appropriate to get the cumulative urine output over time, and the total at the end.
.

카테고리

Help CenterFile Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by