Since 6/18/2012 3:17:21 AM, studentt_44 has written 10 articles and participated in 42 conversations. studentt_44 signature: studentt_44
studentt_44's articles:
Items(10) /1
Pull out specific numbers from unstructured text file1211 (2/7/2013 10:57:08 PM) comp.soft-sys.matlab Here is an unstructured text file (chess_mov.out) that I have:
abc
abc a134
def r5234sdgh
gsgfs 6y856 words
Nmoves=84 (chess win)
Nrequired=101 (chess win maximum moves requested)
ghsdfg564
assdg ... Stan
Extract numbers from table containing text and numbers2910 (2/1/2013 2:40:08 AM) comp.soft-sys.matlab Hello,
I am trying to extract 2 columns from a file with 425 header lines and then the following:
Q (upper-edge --0.1250E-03 AmP )= 0.98880E-02+- 0.28300E-03 units/alpha/round
Q (upper-edge --0.2... Stan
How to print Cell with text and numbers?434 (8/27/2012 5:17:29 PM) comp.soft-sys.matlab Hi,
I need to print an 11 X 24 cell array (named STA). It has text and number in it.
I am having difficulty with
>> fprintf(fid1,fmt, STA')
It gives an error message that it does not recognize a ref... Stan
fit() - Extract errors in fitting parameters530 (8/25/2012 2:43:16 PM) comp.soft-sys.matlab Hi,
I have a question about how to get all the results of curve fitting (fitting values and their errors) some data. I have used the command
>> [fitobject,output,gof] = fit(x,y,fitType)
to perform some... Stan
Combine variable length vectors into one vector2027 (8/13/2012 11:18:11 PM) comp.soft-sys.matlab Hi,
I need to print the contents of n files in a single column vector, with the contents of the second file directly below the contents of the first, the contents of the third file directly below the content... Stan
How to judge quality of Savitzky-Golay smoothing?639 (8/11/2012 8:08:07 PM) comp.soft-sys.matlab I have used sgolayfilt and performed some Savitzky-Golay smoothing to data:
http://www.mathworks.com/help/toolbox/signal/ref/sgolayfilt.html
For now, it neesd to be a Savitzky-Golay filter - not moving aver... Stan
Data Manipulation (Re-arranging) and Writing to text file #21737 (6/18/2012 3:19:07 AM) comp.soft-sys.matlab Hello, here’s the details of the problem that I am writing about, and my attempts at a solution:
a. I need to extract elements from rows 1-6 from the first column of a file (input.txt, I’ve loaded the file s... Stan
Data Manipulation (Re-arranging) and Writing to text file027 (6/18/2012 3:17:15 AM) comp.soft-sys.matlab Hello, here’s the details of the problem that I am writing about, and my attempts at a solution:
a. I need to extract elements from rows 1-6 from the first column of a file (input.txt, I’ve loaded the file s... Stan
How to judge quality of Savitzky-Golay smoothing?639 (8/11/2012 8:08:07 PM) comp.soft-sys.matlab I have used sgolayfilt and performed some Savitzky-Golay smoothing to data:
http://www.mathworks.com/help/toolbox/signal/ref/sgolayfilt.html
For now, it neesd to be a Savitzky-Golay filter - not moving aver... studentt_44(52)
Combine variable length vectors into one vector2027 (8/13/2012 11:18:11 PM) comp.soft-sys.matlab Hi,
I need to print the contents of n files in a single column vector, with the contents of the second file directly below the contents of the first, the contents of the third file directly below the content... studentt_44(52)
fit() - Extract errors in fitting parameters530 (8/25/2012 2:43:16 PM) comp.soft-sys.matlab Hi,
I have a question about how to get all the results of curve fitting (fitting values and their errors) some data. I have used the command
>> [fitobject,output,gof] = fit(x,y,fitType)
to perform some... studentt_44(52)
How to print Cell with text and numbers?434 (8/27/2012 5:17:29 PM) comp.soft-sys.matlab Hi,
I need to print an 11 X 24 cell array (named STA). It has text and number in it.
I am having difficulty with
>> fprintf(fid1,fmt, STA')
It gives an error message that it does not recognize a ref... studentt_44(52)