-
Dear Telsang,
can you plz explain this part of your code
setpoint = 3*ones(1,length(timevector));
G_inertialComp = tf(1,[1 1]);
ref = lsim(G_inertialComp,setpoint,timevector)';
G_inertialComp_ddt…
-
I am trying to use $\delta(x)$ as initial condition but i am getting the following error:
ValueError Traceback (most recent call last)
ValueError: Error from parse_…
-
Hello, Thanks for your great code.
But while plotting the relability diagram according to your paper, i met some problems.
The sticks of my plotting are in a huddle.
Could you plz give the plotti…
-
### 🚀 Feature
Masking relevant sections of the captured video frame will lead to use different methods for the following potentials regions of interest:
* ROI: Clip-board number
* ROI: US imag…
-
Evaluating IM models with M=0 would have to return the same result as evaluating a simple divergence model (no migration, just a population split.). However currently this results in issues for some p…
-
### System Information
OpenCV python version: 4.7.0
Operating System / Platform: Ubuntu 22.04
OpenVINO version: 2022.2.0 (need to use this specific version)
Python version: 3.9.16 (need to use thi…
-
When starting with a random vorticity field in spectral space (`randn(Complex{NF})` for `l,m` in `2:25,2:25` (or other lmax,mmax) one should be able to
1. [spectral space] Obtain the stream functi…
-
I had recently updated `sympy` to `1.10.1` because Laplace transform handling is significantly improved (see https://github.com/sympy/sympy/pull/22376) . After installing `lcapy` my version of `sympy…
-
When applying a Laplace transform to the derivative of an undefined function, coefficients in front of the function are vanishing.
For example:
```python
import sympy as sp
t, s, a = sp.symbol…
-
Consider the following circuit with initial conditions
```
import lcapy
cct=lcapy.Circuit("""
C 1 0 1 15; down
L 1 2 1 5; right
R1 2 0 3; down
R2 2 3 15; right
V 3 0 15; down
;autoground=Tr…