photo

Djabba


Last seen: 3 days ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
186,224
of 300,392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


dampers in transient mechanical simulation with pde toolbox
Hi all. I would like to know if pde toolbox is able to help me in the following case. I want to compute the transient time-re...

12 months ago | 1 answer | 0

1

answer

Question


How to optimize matrix multiplication speed?
Hi all, I'd like to increase computation speed of a matrix multiplication that occures many times in my code. P = PHI*(P + Q)...

5 years ago | 2 answers | 0

2

answers

Question


simple digital filter implementation with weird result
hi, I tried to implement the following digital filter : 1/8^3*[1 - z^-8]^3 / [1 - z^-1]^3. In order to do this with the filter...

11 years ago | 0 answers | 0

0

answers

Question


Fast matrix computation of a 'riccati like' equation in a 'for' loop
hello, i'd like to optimize the following computation : for k=1:N P = A*(P + Q)*A' + W end with N very la...

11 years ago | 3 answers | 0

3

answers