问题标签 [julia-studio]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
julia - 如何在 julia 中使用 filter!() 作为数组类型?
如果F
Julia 中有如下数组
我想达到这个
使用此代码
有用。你能帮帮我吗?可以不使用while吗?非常感谢
python - 我想在 python 中运行小的 Julia 代码/模块。我该怎么做?
我创建了一个包含以下内容的 jl 文件:
当我使用以下代码在 python 中调用该 jl 文件时:
只有 x 被打印为 3。没有打印 1-10 的整数(i)。我收到以下警告:
/opt/conda/lib/python3.7/site-packages/julia/core.py:689: FutureWarning: Accessing `Julia().<name>` to obtain Julia objects is deprecated. Use `from julia import Main; Main.<name>` or `jl = Julia(); jl.eval('<name>')`.
multidimensional-array - Julia 中的尺寸不匹配
我创建了一个矩阵 A,它是 300x4 数组。在目标中,我应该最小化 A*x,其中 x 是一个 1x4 向量。我的代码如下:
输出:
julia - 如何正确使用@constraintref?朱莉娅语言
伙计们,我编写了代码并收到以下错误:@constraint 未定义。我做错了什么。如何解决?谢谢