xiaobo wu - MATLAB Central
photo

xiaobo wu


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 07/11 to 03/25Use left and right arrows to move selectionFrom 07/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
0 个回答

排名
204,588
of 297,775

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,513

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to set the background color for the selected data in the plot?
For example, Here is: t=0:0.1:100; x=sin(t); plot(t,x) So the plot will show a sin wave. And now, I select the ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


I have a question on the execution duration of data acquisition
ai=analoginput('dataq',0); addchannel(ai,0); rates=1000; samples=5000; data_acq=1000; set(ai,'SampleRate',rates...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Calculate the memory size the acquired data takes
Here is a simple data acquisition code: ai=analoginput('winsound'); addchannel(ai,1); rate=setverify(a...

11 years 前 | 1 个回答 | 0

1

个回答

提问


I want to know how data acquisition toolbox works after 'start(ai)'
Usually, we write a simple data acquisition program like this: ai=analoginput('windsound'); addchannel(ai,1); set(ai,...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Error when I execute bitshift
I get error information when I try to execute bitshift: Attempt to execute SCRIPT bitshift as a function: C:\Program Files...

11 years 前 | 1 个回答 | 0

1

个回答

提问


I can not use some functions for NI device
[EDIT: 20110720 23:36 CDT - reformat - WDR] Hi, guys, I found I can not use some functions when I tried to acquire data with n...

13 years 前 | 1 个回答 | 0

1

个回答