Borrar filtros
Borrar filtros

delete or remove some value from vector

4 visualizaciones (últimos 30 días)
Takim Mustakim
Takim Mustakim el 22 de Abr. de 2022
Comentada: Takim Mustakim el 23 de Abr. de 2022
wak(1)=poissrnd(60);
wk(1)=wak(1)
n=1;
while wk(n)<1000
n=n+1;
wak(n) = poissrnd(60);
wk(n) = wk(n-1)+wak(n)
end
how to delete the last value of "wk"
because the last value of "wk" more then 1000

Respuesta aceptada

Sam Chak
Sam Chak el 22 de Abr. de 2022
Perhaps you can try this to see if it is deleted.
wk(end) = []

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by