photo

puja dutta


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
2 回答

ランク
294,479
of 301,564

評判
0

コントリビューション
5 質問
2 回答

回答採用率
80.0%

獲得投票数
0

ランク
 of 21,333

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
154,636
of 175,480

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

12年弱 前 | 1 件の回答 | 0

1

回答

質問


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

12年弱 前 | 1 件の回答 | 0

1

回答

回答済み
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...

12年弱 前 | 0

質問


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

12年弱 前 | 2 件の回答 | 0

2

回答

質問


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

12年弱 前 | 1 件の回答 | 0

1

回答

回答済み
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 ...

12年弱 前 | 0

質問


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

12年弱 前 | 2 件の回答 | 0

2

回答