photo

puja dutta


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
2 个回答

排名
140,940
of 300,967

声誉
0

贡献数
5 个提问
2 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,126

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
162,053
of 172,078

贡献数
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...

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 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...

11 years 前 | 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 ...

11 years 前 | 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...

11 years 前 | 2 个回答 | 0

2

个回答