Statistics
RANK
3.401
of 295.467
REPUTATION
16
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
7.018 of 20.234
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
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...
ongeveer 7 jaar ago | 1
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...
ongeveer 7 jaar ago | 1
| accepted
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)...
ongeveer 7 jaar ago | 2
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...
meer dan 7 jaar ago | 0
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...
meer dan 7 jaar ago | 0
| accepted
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...
meer dan 7 jaar ago | 0