photo

xiaobo wu


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
147,435
of 300,365

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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

14 years ago | 1 answer | 0

1

answer