Community Profile

photo

Wooshik Kim


Last seen: 거의 3년 전 2017년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 2
  • First Submission
  • Knowledgeable Level 1
  • First Answer

배지 보기

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...

거의 6년 전 | 0

| 수락됨

답변 있음
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>...

거의 6년 전 | 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...

거의 6년 전 | 0

| 수락됨

답변 있음
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...

거의 6년 전 | 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...

거의 6년 전 | 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 ...

거의 6년 전 | 0

제출됨


Crazyflie Quadcopter Simulation Using Simmechanics
Quadcopter Simulator

6년 초과 전 | 다운로드 수: 27 |

Thumbnail