Funkcja linspace numpy

Przykłady kodu

0
0

funkcja linspace numpy

numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None, axis=0)

-> start  : [optional] start of interval range. By default start = 0
-> stop   : end of interval range
-> num    : [int, optional] No. of samples to generate
-> restep : If True, return (samples, step). By default restep = False
-> dtype  : type of output array

Podobne strony

Podobne strony do przykłady

W innych językach

Ta strona jest w innych językach

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................