photo

Lóránt Farkas


Last seen: 29 days ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
222,165
of 300,352

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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

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

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

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

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

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

3 years ago | 2 answers | 0

2

answers