Statistics
RANK
5.882
of 297.016
REPUTATION
8
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
6.582 of 20.419
REPUTATION
164
AVERAGE RATING
3.80
CONTRIBUTIONS
1 File
DOWNLOADS
16
ALL TIME DOWNLOADS
1514
RANK
of 157.725
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
How can I increase accuracy at certain frequency ranges in transfer function estimation from time data
It is usually harder to get good fit for higher frequencies because the input signal is significantly attenuated at high frequen...
meer dan 6 jaar ago | 0
| accepted
discretizing a continuous state-space model
you can use ss function to create a discrete state space model refer to <https://www.mathworks.com/help/control/ref/ss.html>...
meer dan 6 jaar ago | 0
Four link, planar robot arm using meshgrid/ndgrid in matlab
aren't you able to do the same thing with meshgrid and plot? I believe plot function takes each of the values of X and Y and...
meer dan 6 jaar ago | 0
| accepted
How to find out distance among peaks from a plot?
findpeaks gives you location of the peak as well [pks,locs] = findpeaks(PeakSig,x); dist = locs(2) - locs(1); %or whiche...
meer dan 6 jaar ago | 0
How to store instances of an object property in a cell array?
To add on to previous answer, add to your cell array as such result = {obj1.Expression}; result{end+1} = obj2.Experssion...
meer dan 6 jaar ago | 0
Colormap setting the colors i want
You can set your own colormap with the following mymap = [0 0 0.3 0 0 0.4 0 0 0.5 0 0 0.6 0 0 0.8 0 ...
meer dan 6 jaar ago | 0
Submitted
Crazyflie Quadcopter Simulation Using Simmechanics
Quadcopter Simulator
ongeveer 7 jaar ago | 16 downloads |