arvind ramasamy - MATLAB Central
photo

arvind ramasamy


2017 年からアクティブ

Followers: 0   Following: 0

統計

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

9 質問
0 回答

ランク
13,822
of 298,264

評判
3

コントリビューション
9 質問
0 回答

回答採用率
11.11%

獲得投票数
3

ランク
 of 20,554

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,718

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Error using wavedec Expected X to be finite. Error in wavedec (line 34) validateattributes(x,{'numeric'},{'vector','finite','real'},'wavedec','X');
I am using wavedec to discritize my signal using 'db4' wavelet. my X = acceleration vector(9000 x 1) My X is finite. But I ...

約6年 前 | 1 件の回答 | 3

1

回答

質問


i am getting data from a sensor in serial communication, How to delete the first string i get from it
after connection i want to print just acc , gyro and mag values. I get 'initializationsuccessful' as my first data set . I dont...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


i am getting values from MPU 9250 IMU I am not using IMU with Arduino. I am using a developer kit.
data =fscanf(s,'%s') this save the value of the imu. when i see the values. it is displayed as '<info>app:MAG_VAL:000023;000...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


Plotting only SOME of the points on a curve
I plot a voltage (12.4 to 10.8) over time from a instrument. Now i want to introduce markers only at the set points where it ch...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


i have a problem in my code. I get data continous from an instrument. But at times i get a error message stated . what are the ways to overcome this error. I thought of TRY and Catch. Is it possible???
Index exceeds matrix dimensions. Error in Battery_check_new (line 107) I_eLOAD(i,:) = str2double(Data...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


I want to run it for 5 times for different 'Current' so I manually change the value. So now I want to make it automatic
Amp=1; while(exit) i=i+1; tic %reference = S(i); % fprintf(eLOAD_instr, 'curr %2f'...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to detect lipo battery % charge left?
Can some one tell me how to estimate the percentage of charge. charge = current/ time is enough or we have to include other f...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


I wish to know how to automatically draw a constant current , each time the program runs.
for example, Amp = [1,2,3,4,5] fprintf(eLOAD_instr, 'curr %2f',Amp(0)) , I change Amp(1), Amp(2) each time program runs. ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


I want to save a mat. file each time the program runs with a different name.
for example, when I run program for the first time i want to save it as ' text1.mat' second time 'text2.mat' etc...

7年以上 前 | 1 件の回答 | 0

1

回答