photo

Lóránt Farkas


Last seen: 1 day ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
vector output of a symbolic vector
I can do workaround, however it contradicts the main concepts of Matlab! The output of partfrac is 1x3 vector of symbolic variab...

2 months ago | 0

Question


vector output of a symbolic vector
syms s X Y Z l1 = X*s - 1 == 3*X + Y + Z + 2/s l2 =Y*s == - X - Y - 1/s^2 l3 =Z*s - 2 == X - Z - (s - 1)/s^2 [Xsol,Ysol,Zsol...

2 months ago | 3 answers | 0

3

answers

Question


Weird Port width mismatch error.
I got the sollowing error: Port width mismatch. Input 'signal' expects a signal of size [1.3608e+06x1]. The signal received is ...

1 year ago | 1 answer | 0

1

answer

Answered
The timing of Buffers are off.
The Matlab computes the Timing automatically wrong. As you see on the upper path the padding takes 0 time to be done. The proble...

2 years ago | 0

Question


The timing of Buffers are off.
The output timings of Buffers when the Buffer has to cut the incoming message are off. Here is a Minimal Working Example. The ou...

2 years ago | 2 answers | 0

2

answers