Julia Programming Language
UndefVarError: linspace not defined
New to Julia
migarstka
August 11, 2018, 9:13pm
2
Linspace was deprecated. You should be able to use
range(0,stop=2*pi,length=10)
14 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
error in read data in JULIA v1.0
General Usage
10
4784
August 13, 2018
Missing functions in v1
General Usage
8
751
October 11, 2018
Overuse of Deprecated? & other minor complaints
New to Julia
9
1022
June 7, 2017
Unable to convert Linspace to Range in a function
General Usage
4
287
July 8, 2022
Why does scientific notation break the range function?
New to Julia
95
3933
April 29, 2022