gpt4 book ai didi

matplotlib - Julia PyPlot 无法创建二次函数

转载 作者:行者123 更新时间:2023-12-03 22:46:46 24 4
gpt4 key购买 nike

我正在尝试学习使用 PyPlot 与 Julia 一起绘制事物,并且我尝试绘制二次函数。它不喜欢我对 x 进行平方的方式。我尝试使用 x**2 和 x*x,编译器也不接受它们。我应该用什么来平方 x?谢谢

代码@第7行:

x1 = linspace(0,4*pi, 500); y1 = x^2

错误:

LoadError: MethodError: `*` has no method matching *(::LinSpace{Float64},      
::LinSpace{Float64})
Closest candidates are:
*(::Any, ::Any, !Matched::Any, !Matched::Any...)
*{T}(!Matched::Bidiagonal{T}, ::AbstractArray{T,1})
*(!Matched::Number, ::AbstractArray{T,N})
...
in power_by_squaring at intfuncs.jl:80
in ^ at intfuncs.jl:108
in include_string at loading.jl:282
in include_string at C:\Users\User\.julia\v0.4\CodeTools\src\eval.jl:32
in anonymous at C:\Users\User\.julia\v0.4\Atom\src\eval.jl:84
in withpath at C:\Users\User\.julia\v0.4\Requires\src\require.jl:37
in withpath at C:\Users\User\.julia\v0.4\Atom\src\eval.jl:53
[inlined code] from C:\Users\User\.julia\v0.4\Atom\src\eval.jl:83
in anonymous at task.jl:58
while loading C:\Users\User\Desktop\Comp Sci\Class\plotTest, in expression
starting on line 7

最佳答案

要对数组的每个元素求平方,请使用 x.^2

关于matplotlib - Julia PyPlot 无法创建二次函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39235485/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com