photo

Akash Pandya


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
75,682
of 300,508

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

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

View by

Question


How to calculate residence time?
Hi, I have a time column in picoseconds and 442 distance columns measured in nanometres. I know how to extract the time points ...

6 years ago | 1 answer | 0

1

answer

Question


Extracting data from a matrix for a particular threshold
Hi, I have a data matrix (442 x 442) which represents pairwise correlations (Cij). I have values from -1 to 1 and I would like ...

6 years ago | 1 answer | 0

1

answer

Question


Distance-Time data extraction
Hi, I have got distance-time data, I wanted to know how to extract distance data at cut-off of </= 0.5 nm and the corresponding...

6 years ago | 2 answers | 0

2

answers

Question


I want to calculate the inverse fourier transform to see if I retrieve my original time series data. My excel file contains time(xaxis) and distance(yaxis). I already transformed the data into the frequency domain using DFT.
[X] = xlsread('40mgml.xlsx'); %import and read excel file xdft = fft(X(:,2)); DT = X(2,1)-X(1,1); % sampling inte...

7 years ago | 0 answers | 0

0

answers