Statistics
All
RANK
3 399
of 295 448
REPUTATION
16
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
7 016 of 20 227
REPUTATION
144
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
13
ALL TIME DOWNLOADS
1447
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
How to output derivative from ODE 45
If you want other varialbes along with the derivative, you can modify the function you call using ode45 to: function [dy othe...
How to output derivative from ODE 45
If you want other varialbes along with the derivative, you can modify the function you call using ode45 to: function [dy othe...
ungefär 7 år ago | 1
Answered
I can't understand a piece of code
It looks like P is a matrix that stores the x and y coordinates of the snake contour at N different points. The matrix has N row...
I can't understand a piece of code
It looks like P is a matrix that stores the x and y coordinates of the snake contour at N different points. The matrix has N row...
ungefär 7 år ago | 1
| accepted
Answered
Help trying to create a Bean Machine Random Walk script
I see a few thing wrong with you're code. The first thing that sticks out to me is the line: if y(n+1,M) ~= -100 || x(n+1,M)...
Help trying to create a Bean Machine Random Walk script
I see a few thing wrong with you're code. The first thing that sticks out to me is the line: if y(n+1,M) ~= -100 || x(n+1,M)...
ungefär 7 år ago | 2
Answered
How to limit Simulink PID block output for P, I, D seperatly?
Instead of using the PID block in Simlunk, try building the PID controller yourself, since you'll have more flexibility in the w...
How to limit Simulink PID block output for P, I, D seperatly?
Instead of using the PID block in Simlunk, try building the PID controller yourself, since you'll have more flexibility in the w...
mer än 7 år ago | 0
Answered
Modify an input trajectory in simulink
I think this may help you. Here's a Simulink model for a custom stair input: <</matlabcentral/answers/uploaded_files/86147/st...
Modify an input trajectory in simulink
I think this may help you. Here's a Simulink model for a custom stair input: <</matlabcentral/answers/uploaded_files/86147/st...
mer än 7 år ago | 0
| accepted
Answered
How to display matrix as an image ?
Try using: image(A) That will display the image like a heatmap with each entry being a square. If you want to specify the...
How to display matrix as an image ?
Try using: image(A) That will display the image like a heatmap with each entry being a square. If you want to specify the...
mer än 7 år ago | 0