Numpy linspace 기능

코드 예제

0
0

numpy linspace 기능

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

비슷한 페이지

예제가있는 유사한 페이지

다른 언어로

이 페이지는 다른 언어로되어 있습니다

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