
Marshall Harkrider
Statistics
3 Questions
0 Answers
RANK
206,298
of 276,171
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 18,592
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125,905
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
Content Feed
Question
I am trying to convert my data set into a chart.
I have my data and the script I plan to run it through but I need to translate the data from a TXT file to a spreadsheet in MATL...
10 months ago | 1 answer | 0
1
answerQuestion
I am trying to figure out how to plot my data.
Data101 = linspace(0,10,500); red_line = sin(2*pi*Data101)*1.5; for i = 1:length(Data101) if red_line(i) >= 0.95 && red...
10 months ago | 2 answers | 0
2
answersQuestion
Trying to learn how to add a threshold trigger and peak markers.
%% Import Files signal = 58; %chose column you're interested in in data processedfilename = ['data1/LT1.txt']; opts = det...
10 months ago | 1 answer | 0