Community Profile

photo

Vagner Martinelli


Last seen: plus d'un an il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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 ...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

presque 3 ans il y a | 1 réponse | 0

0

réponse

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 3 ans il y a | 1 réponse | 0

0

réponse

Question


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 ...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 3 ans il y a | 1 réponse | 0

0

réponse