photo

Vagner Martinelli


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Implements a fractional order derivative per Caputo's definition
I have the code below that implements a fractional order derivative per Caputo's definition. I took it from a slightly old book ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Transform a MIMO system to state space.
I'm trying to transform the following MIMO system to state space with the following code: nums = {[1 -1] [1 7.5];[1 0] 6.5}; d...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Transforming a transfer function into a differential equation in Matlab
I have the following code in matlab: syms s num = [2.4e8]; den = [1 72 90^2]; hs = poly2sym(num, s)/poly2sym(den, s); hs ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


theoretical framework of support for S-Functions
Someone could point to a book or good reference on s-function. there are few examples, few people use it, I haven't found any bo...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Help! S-Function error message: "Output returned by S-function 'Hi_plant_sfcn' in 'untitled/S-Function' during flag=3 call must be a real vector of length 1"
S-Function brings the following error message: "Output returned by S-function 'Hi_plant_sfcn' in 'untitled/S-Function' during f...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Configuring the output of an S-Function
I have the following codes in Matlab. function dx=massamola(t,x,u) m=1; k=1; b=1; x1 = x(1); x2 = x(2); dx1 = x(2); dx2 ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


slicing a time series for training a neural network.
The data for this time series in the figure were extracted from a simulink simulation. These data will be used for training a ne...

3 years 前 | 0 个回答 | 0

0

个回答