explain with an example how arrays are created using linspace() function
Answers
Answered by
1
The linspace() function returns evenly spaced numbers over a specified interval [start, stop].
The endpoint of the interval can optionally be excluded.
Similar questions