統計
MATLAB Answers
6 質問
0 回答
ランク
of 157,957
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年弱 前 | 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年以上 前 | 1 件の回答 | 0