assigning a variable for a specific time

조회 수: 13 (최근 30일)
Ayesha Madhushani
Ayesha Madhushani 2019년 10월 24일
댓글: Ayesha Madhushani 2019년 10월 25일
hello everyone.Im doing a project based on water meter billing system.i need to assign a variable for the total amount of water for a specific time.

채택된 답변

aswathy pavithran
aswathy pavithran 2019년 10월 24일
initialize a variable like A to zero;
A(1:300)=0;
t1=1; initial time period
t2=300; final time period;
here we have initialised a column for storing water variable;
u can store the values in A according to ur projet using for loop or in some other way

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mining Geology에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by