Effacer les filtres
Effacer les filtres

Equivalent of matlab zeros function in python

4 vues (au cours des 30 derniers jours)
Prb
Prb le 1 Mai 2019
Commenté : Prb le 1 Mai 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 commentaire
Prb
Prb le 1 Mai 2019
is it something similar to this
Shifts = np.zeros(len(Fliter)-1,1,dtype = int16)

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by