Akshat Shrivastava
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
119,209
of 295,486
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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
Feeds
Question
Mean frequency and Amplitude calculation
Hello everyone, I am loading a text file which has has a big data (comprising of 3 columns and multiple rows). First and second ...
6 years ago | 0 answers | 0
0
answersQuestion
Matrix dimensions must agree error
t = sample.VarName1; X = sample.VarName2; indexOfComments = find(~isnan(sample.VarName3)); timeofcomment = sample.VarNa...
6 years ago | 1 answer | 0
1
answerQuestion
Query regarding calculating frequency and amplitude
Hello everyone, I am loading a text file which has has a big data (comprising of 2 columns and multiple rows). Data represents (...
6 years ago | 1 answer | 0
1
answerQuestion
How to compute frequency and amplitude from a text file?
So far, i have used this code to plot the text file: [fid,msg] = fopen('Rose.txt','rt'); assert(fid>=3,msg) C = textsca...
6 years ago | 0 answers | 0
0
answersQuestion
How to calculate mean frequency and amplitude between a period of a particular time interval.
I wish to calculate mean frequency and amplitude in a particular interval of 5 seconds. i have a text file which has 2 columns (...
6 years ago | 1 answer | 0
1
answerQuestion
issue regarding reading .txt file with comments
Hello, I am trying to load a 'txt' file and plot it. It has just 2 columns and multiple rows. I also have few rows which have co...
6 years ago | 2 answers | 0