Recent content by karna87
-
K
Determining std dev with errors in measurements
thanks for your help !- karna87
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
K
Determining std dev with errors in measurements
I have the following sample of measurements "V" and each has error "E" incorporated in the measurement. If I want to take mean of the sample how should I proceed. I figure that I can compute "sigma" by taking square root of the (sum of square of deviations from the mean divided by the number of...- karna87
- Thread
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
K
MATLAB Matlab if statements and extracting rows of data
yes, this definitely helps ! thanks a lot !- karna87
- Post #7
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
K
MATLAB Matlab fprintf % usage in output data
Perfect ! this did help me. I Was trying to print "%". and %% is the solution thanks again- karna87
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
K
MATLAB Matlab fprintf % usage in output data
Matlab fprintf "%" usage in output data I want to save data into a textfile, but I will again need MATLAB to read that text file, in which case, I would like to have my header-text of the data table begin with '%" so that when I am reading from than file, MATLAB will ignore header. I am...- karna87
- Thread
- Data Matlab Output
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
K
MATLAB Matlab if statements and extracting rows of data
I have files that look like following: % num vel error 1 4 0.12 2 6 1.23 .. I want to extract "rows" according to the value of errors. for example, I only want raws which have low velocity errors. I will then use them to compute average-velocity...- karna87
- Post #5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
K
MATLAB Matlab if statements and extracting rows of data
I was searching for a similar solution and found this page. this was an awesome help to me. I am super grateful to "uart" thanks a lot. thanks also to the person who asked the question Also, I was curious if you would recommend a site where I could learn such neat tricks- karna87
- Post #4
- Forum: MATLAB, Maple, Mathematica, LaTeX