Borrar filtros
Borrar filtros

Equivalent of matlab zeros function in python

4 visualizaciones (últimos 30 días)
Prb
Prb el 1 de Mayo de 2019
Comentada: Prb el 1 de Mayo de 2019
What is the equivalent of zeros function in python to translate below code block
Shifts = zeros(length(Filters)-1,1,'int16');
thanks in advance
  1 comentario
Prb
Prb el 1 de Mayo de 2019
is it something similar to this
Shifts = np.zeros(len(Fliter)-1,1,dtype = int16)

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by