統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Matlab rounding to zero?
I have some arrays that are ADC values and I simply need to convert them into actual voltage. This is easily done by ADC*Gain ho...
13年以上 前 | 2 件の回答 | 0
2
回答質問
Convolving in Matlab
This is the code. clear all; i = 0; j = 0; folder = uigetdir; Loaddata(folder) for i=1:4833 %Reads in rows of...
14年弱 前 | 3 件の回答 | 0
3
回答質問
Error while reading files from a directory
Here is my code: awdFiles = dir(fullfile(uigetdir,'*.awd')) for k = 1:length(awdFiles) waveform = awdFiles(k).name ...
約14年 前 | 1 件の回答 | 0