Community Profile

Annonymous User


Active since 2015

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


How to get the FFT of a PRC file
I have a code to plot information by extracting a file % %% clear [filename, pathname] = uigetfile('*.raw;*.prc', 'Pi...

8 years ago | 1 answer | 0

1

answer

Question


export the data of the plot to .txt or .dat file
I have the following code and I got a plot from the data. I wanted to export the data in the plot to .txt file or a .dat file ...

8 years ago | 2 answers | 0

2

answers

Question


How can I divide the output's each value in the x-axis by 1.16*10^6
%% clear [filename, pathname] = uigetfile('*.raw;*.prc', 'Pick raw or processed data file'); N=str2double(filename(5:...

8 years ago | 1 answer | 0

1

answer