photo

Salinda Nandasena Talapitiya Rallage


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
184,050
of 301,313

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,955

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
How can I read data from excel file consecutively rather than taking random numbers ?
I've managed to correct my code. Thank you.

5 years ago | 0

| accepted

Question


How can I read data from excel file consecutively rather than taking random numbers ?
clc clear %Adjust the normal graph values to prevent unnecessary overlaps. RedMax=3.3402; RedMin=0.9352; %Adjust the ...

5 years ago | 2 answers | 0

2

answers

Question


How to read from three different excel sheets consecutively without choosing a random value and a row of the excel sheet? Would like some guidance.
clc clear %Adjust the normal graph values to prevent unnecessary overlaps. RedMax=3.3402; RedMin=0.9352; %Adjust the no...

5 years ago | 0 answers | 0

0

answers

Question


How can I replace the high pass filter with a Bandpass filter? (New to matlab)
fontSize = 22; K = csvread("HeartBeatSample.csv") %path to the sample file Time = K(1:45465,1); Voltage= K(1:45465,2); %/ampl...

5 years ago | 1 answer | 0

1

answer

Question


Unrecognized function or variable when reading an excel file.
This code is for monitoring BPM. Code works fine on another device without doing any changes. Can't figure why this error occure...

5 years ago | 4 answers | 0

4

answers