photo

Wooshik Kim


Last seen: presque 5 ans il y a Actif depuis 2017

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
6 Réponses

File Exchange

1 Fichier

RANG
6 100
of 301 487

RÉPUTATION
8

CONTRIBUTIONS
0 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
6 358 of 21 303

RÉPUTATION
181

CLASSEMENT MOYEN
3.80

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
21

ALL TIME TÉLÉCHARGEMENTS
1682

RANG

of 174 775

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 8 ans il y a | 0

| A accepté

Réponse apportée
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>...

presque 8 ans il y a | 0

Réponse apportée
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...

presque 8 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 8 ans il y a | 0

Réponse apportée
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...

presque 8 ans il y a | 0

Réponse apportée
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 ...

presque 8 ans il y a | 0

A soumis


Crazyflie Quadcopter Simulation Using Simmechanics
Quadcopter Simulator

plus de 8 ans il y a | 21 téléchargements |

3.8 / 5
Thumbnail