photo

Daniel Stankowski


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
8,755
of 300,364

REPUTATION
5

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • First Answer

View badges

Feeds

View by

Question


Delayed step/ impulse response
Hi everyone, I would like to plot an impulse and step response of some arbitrary system sys1. Normally I would use just a co...

6 years ago | 2 answers | 1

2

answers

Answered
State Space unit step and initial conditions
The above method works but you can also use an lsim command. Do the following: lsim(sys,u,t,x0) where; sys - defines your ...

6 years ago | 2

Question


The simulation takes too much to run, should i change parameters in my source?
Hi everyone, I am trying to model and simulate a model of dc motor connected to the rigid disk. Disk is connected to springs an...

6 years ago | 0 answers | 0

0

answers

Question


I have to write a program which will calculate using false position method the maximum of a given equation. And at the end I need to return the root and a value of the function at that point. I am not getting the answer can anyone help? )
%The root should be equal to 225, at least thats what i got when i did same question using bisection method function [...

7 years ago | 1 answer | 0

1

answer