Question


To Run a program for multiple times for different data and report result for each run
I have a program as follows: A=textread('VMIVolt.asc'); t=0:1:1000; h=hist(A(:,1)./1000,t); meanBinIndex = sum(t(620...

11 years ago | 1 answer | 0

1

answer

Question


Take the average from a region of a plot and subtract the background
I have a histogram ranging from 0 to 700 (along X axis). It is an exponential decay curve. I want to take the average from 600 t...

11 years ago | 1 answer | 0

1

answer

Question


To eliminate the lines begin with "%"
I have a file (attached here) which I need to eliminate all the lines begin with "%" and remove the "commas" after the numbers. ...

11 years ago | 2 answers | 0

2

answers

Question


How to eliminate texts from the data file?
I have a .dat file which has three columns of numbers (X,Y and Z). An example file is attached here. In the file there are some ...

11 years ago | 1 answer | 0

1

answer