Lóránt Farkas
Followers: 0 Following: 0
Statistics
RANK
127,911
of 295,894
REPUTATION
0
CONTRIBUTIONS
3 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,297
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,764
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answersQuestion
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
answerThe 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