英文: How can I implement an integration termination callback in DifferentialEquations.jl to solve an ...
如何将一个mxn矩阵转换成具有相同行数的向量?
英文: How to convert a mxn matrix into a vector with same rows? 问题 I'm trying to convert a Matrix into...
Julia符号微分
英文: Julia symbolic differentiation 问题 尽管我查阅了几页关于Julia中各种微分工具的文档,但我仍然没有找到以下简单功能。我想定义一个可以手动微分的函数,例如,f(...
返回DataFrame中的最小日期。
英文: Julia: Return Minimum Date in DataFrame 问题 The question is fairly simple. How do I return the mi...
“Cannot `convert` an object of type Int64 to an object of type Symbol with CairoMakie and Julia.”
英文: Cannot `convert` an object of type Int64 to an object of type Symbol with CairoMakie and Julia 问...
如何强制重新编译Julia包?
英文: How can I force a Julia package to redo precompilation? 问题 我添加了一个包到我的Julia环境中,并且这个包成功预编译。然而,控制台中...
Julia中的Post API,当输入为JSON时
英文: Post API in Julia when the input is a JSON 问题 I'm trying to access the TexSmart HTTP API https:/...
创建一个矩阵,其中数值在最外部的行/列上为1,向中心逐渐增加。
英文: Create a matrix where values are 1 one the outer most rows/cols and increase towards the center ...
在Julia中无需使用递归绘制Koch曲线。
英文: Drawing Koch's curve without recursion in Julia 问题 I want to draw a Koch curve in Julia with...
Return values from BenchmarkTools @benchmark 从BenchmarkTools @benchmark返回的数值。
英文: Return values from BenchmarkTools @benchmark 问题 我想收集我正在进行基准测试的函数的返回值信息,类似于 function foo(x) x + 1...
13