フィルターのクリア

assigning a variable for a specific time

3 ビュー (過去 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
  1 件のコメント
Ayesha Madhushani
Ayesha Madhushani 2019 年 10 月 25 日
Thankyou so much for you help....

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMining Geology についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by