photo

puja dutta


Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

5 Questions
2 Réponses

RANG
235 530
of 301 370

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
80.0%

VOTES REÇUS
0

RANG
 of 21 243

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
164 194
of 174 217

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

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to display values in array
I calculated manhattan distance for two array i.e dwell time and meanDwellTime. disp(dwellTime) A=meanDwellTime for i=1...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


how to store values of a variable in array and store the array in a file in gui
here is my code function Keyup_set x1=0; x2=0; x3=0; f=0; h = figure; set(h,'KeyPressFcn',@KeyDownCb,'KeyReleaseFcn...

presque 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to write m file code in GUI
This is so embarrassing . I got an email that john has answered to my question but here i am not being able to see any answer.It...

presque 12 ans il y a | 0

Question


How to write m file code in GUI
My code is for finding dwell(time to hold the key) and flight time(time interval between key released and next key press) when t...

presque 12 ans il y a | 2 réponses | 0

2

réponses

Question


How to capture time interval between two keypress.
I want to capture time between two keypress .Time when one key is released and next key is pressed.I made code using cputime.Its...

presque 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how to capture each time the key is pressed.in my code when second key is pressed it adds the time of first keypresssed also
i dint able to do with multiple key.So i tried doing it by taking some fixed keys.actualy i am not getting how to keep track of ...

presque 12 ans il y a | 0

Question


how to capture each time the key is pressed.in my code when second key is pressed it adds the time of first keypresssed also
function key_pressFcn figure('KeyPressFcn',@cb) tic; function cb(src,evnt) out = sprintf('Key: %s\n',evn...

presque 12 ans il y a | 2 réponses | 0

2

réponses