assigning a variable for a specific time

11 visualizaciones (últimos 30 días)
Ayesha Madhushani
Ayesha Madhushani el 24 de Oct. de 2019
Comentada: Ayesha Madhushani el 25 de Oct. de 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.

Respuesta aceptada

aswathy pavithran
aswathy pavithran el 24 de Oct. de 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

Más respuestas (0)

Categorías

Más información sobre Mining Geology en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by