问题标签 [pendulum]
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.
python - 用 Pymunk 摆动弹簧
我正在尝试创建一个带有振荡弦和质量的钟摆,预计它会振荡一段时间然后停止。从我写的内容来看,质量无法停止振荡。请帮帮我。
animation - 如何在 gnuplot 中为数据文件设置动画?
我有一个文件,其中包含时间 t 瞬间双摆的坐标 (x1, y1), (x2, y2)。我想知道如何为这个文件制作动画。
这是双摆的前三个位置,'n'是粒子数
airflow - airflow initdb: cannot import name 'Pendulum' from 'pendulum'
I installed airflow within one of my Anaconda envs named engdados. When I execute the command airflow initdb I'm getting the following error: airflow initdb: cannot import name 'Pendulum' from 'pendulum'
. The full trace back is shown below:
The problem is: the pendulum is installed! When I execute the conda list
command I can see the Pendulum there as follows:
What I've checked so far:
Is the engdados environment activated? Yes
Is the Pendulum installed on Anaconda environment? Yes
The version of Pendulum the Anaconda shows is different of the one showed in conda list (1.4.4). Why?
I have no idea what is going on. Thanks in advance.
matlab - 将直流电机添加到 Simscape 模型
我想通过 Simcape 模拟倒立摆。为此,我使用 SolidWorks 创建了一个模型并将其转换为 Simscape。到目前为止,一切都很好。一切正常,我的模拟显示了预测的物理行为。
但现在我想在我的模拟中添加一个直流电机,它通过皮带挂在雪橇上。
我试图将直流电机块与滑轮的旋转接头连接起来,但 Matlab 似乎有一些问题。它显示如下所示的错误。此外,您可以看到我的倒立摆的 simscape 模型,以及我如何将直流电机块连接到旋转 jo
有人知道如何正确连接直流电机,还是我的 simscape 模型有问题?
我有点没有想法了,我很感激我能得到的任何帮助。
python - 如何使用 MongoEngine 从 json 反序列化日期时间
我正在尝试datetime
使用 MongoEngine 将日期时间从 JSON 字符串反序列化为 pendumul 对象。考虑以下代码
即使在声明Event.datetime
为 a之后DateTimeField
,也会type(datetime)
返回字符串并且断言失败。如何为 mongoengine 指定自定义反序列化器?
python - 不打印出 z 和 theta 的值
我正在使用四阶 Runge-Kutta 方法求解两个耦合的常微分方程。由于应用此方法,我无法打印 z 的值。源代码如下供参考。请通过打印 z 和 theta 的更新值来帮助我修复此代码。谢谢你。
这是我用来提供源代码的运动方程。耦合 ODE
python - 如何获得自 2016 年以来每个月的最后一个星期三?
因为我想得到每个月的最后一个星期三,所以使用 pendulum.parse 但有时 4 是上周或 5 是上周。如何轻松获得当天是否是每月的最后一个星期三?
python - Pip 包(钟摆 2.1)安装失败并出现 FileNotFoundError
在 pendulum 的安装过程中,我得到一个 FileNotFoundError 异常。
我多次运行它,但都失败了。它确实为pendulum==2.1.1
.