Effacer les filtres
Effacer les filtres

assigning a variable for a specific time

3 vues (au cours des 30 derniers jours)
Ayesha Madhushani
Ayesha Madhushani le 24 Oct 2019
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.

Réponse acceptée

aswathy pavithran
aswathy pavithran le 24 Oct 2019
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 commentaire
Ayesha Madhushani
Ayesha Madhushani le 25 Oct 2019
Thankyou so much for you help....

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Mining Geology dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by