Since 4/25/2012 1:34:20 AM, tpl has written 7 articles and participated in 600 conversations. tpl signature: tpl
tpl's articles:
Items(7) /1
paths333 (4/22/2011 3:05:36 PM) comp.text.tex When I run kpsewhich etoolbox.sty I get /usr/local/share/texmf/tex/local/etoolbox/etoolbox.sty which is what I want, but during processing of a file which has a package that does \RequirePackage{etoolbox}... Tim
Need help vectorising this code422 (4/17/2009 10:07:41 AM) comp.soft-sys.matlab A student's asked me to speed up the for-loop below. It takes overlapping blocks from one matrix and puts them side-by-side into another (the latter matrix is pre-allocated in the production version). My attemp... tpl
] in optional args242 (8/11/2007 7:33:43 AM) comp.text.tex A user wants to use ']' in the short version of a section. I've tried various things to make the code below produce a section called 'long' with a shortened form 'short ]'. What's the trick? \documentclass{art... tpl
printing panels246 (3/10/2005 3:08:14 PM) comp.soft-sys.matlab With MATLAB Version 7.0.1.24704 (R14) Service Pack 1 Operating System: HP-UX B.11.11 U 9000/785 I run h = figure; hp = uipanel('Title','Main Panel','FontSize',12,... 'BackgroundColor','wh... tpl
Printing problems: HP-UX and matlab14*030 (1/27/2005 9:15:51 AM) comp.soft-sys.matlab When I use the print dialog panel to print a window that has some UICONTROL objects, most of the objects (including those in the dialog panel) flash on and off about a hundred times (2 minutes or so) and then t... tpl
solve strangeness336 (1/28/2004 1:08:29 PM) comp.soft-sys.matlab I'm sure I must be missing the obvious, but ... below the same calculation is done twice, only the symbol names changing. Yet the results from the 2 runs differ: ds= -7.8125 whereas the equivalent BEs= -16.2500... tpl
indexing with sec nums rather than page nums334 (1/21/2004 1:29:50 PM) comp.text.tex A user's asked me whether it's possible to have [sub]sec numbers in the index rather than page numbers. I've looked thru the indexing doc but can't find anything encouraging. --- Tim Love http://www-h.eng.cam.... tpl
What is wrong with this if statement254 (8/27/2009 8:35:18 AM) comp.soft-sys.matlab I am making a very fundamental mistake here, which I am not able to identify. I have a data file dat(320000X4) r1 = dat(:,1); r2 = dat(:,2); a=0.86; b=0.85; c=0.87; d=0.89; k= find(dat(:,3) ~= 0); if (r2(k) a... anooppgd(8)
Pls help me - just simple questions on MatLab537 (8/27/2009 9:08:39 AM) comp.soft-sys.matlab Hi, I need some answers, pls help me: 1. How can a matrix (e.g. 20x30 double size) can be used in a function? I mean the matrix is outside the function. I want to use it in the function. 2. Can a function use a... muratgok(20)
functions #3526 (9/1/2009 5:58:28 AM) comp.lang.c++ here is mine question aout the "functions" function return a value. if we have parameterized function then we have to pass argument to the function but i was learing from a website "/www.cplusplus.com/". here ... arrunix(14)
For loop #20331 (9/24/2009 11:20:04 AM) comp.soft-sys.matlab Hi all, I have a for loop program like below, for j=1:100 in=eval(sprintf('inpolygon(on,at,x%d,y%d)',j,j)); .. .. .. .. .. a = [yer mon day]; end This programs executes 100 times but gives me only the a val... rrk_000(17)
area under a curve150 (9/25/2009 11:03:22 AM) comp.soft-sys.matlab Hi everybody, I'm a new matlab user and I'm trying to acquire an external pressure signal that I have to integrate in order to obtain the area under the pressure curve. Actually I can acquire the signal but I d... stephan.caruso
even indexed elements of certain vector #2132 (10/16/2009 3:27:18 PM) comp.soft-sys.matlab Hey all. I'm a college student recently started taking classes on matlab. I need some help with one of the questions for my lab: Given a row vector VecR by any length, produce another row vector VecR2 given b... lilp0ison(2)
squeeze function581 (10/19/2009 7:27:32 AM) comp.lang.c++ Hi, I have implemented the following method to remove all the occurences of c from string s. void squeeze(char* s, char c) { char string[]=""; strcpy(string,s); int src=0; int dst=0; while(string[src]!... sarajan82(13)
Euclidean distance #3250 (11/1/2009 5:45:04 PM) comp.soft-sys.matlab Hi there guys, i got a problem that involves euclidean distance. any ideas how to calculate the 3d dimensional distance between two points ? ... m.yoda(2)
paths333 (4/22/2011 3:05:36 PM) comp.text.tex When I run kpsewhich etoolbox.sty I get /usr/local/share/texmf/tex/local/etoolbox/etoolbox.sty which is what I want, but during processing of a file which has a package that does \RequirePackage{etoolbox}... tpl(606)
Help with vector operations142 (11/9/2011 12:20:31 PM) comp.soft-sys.matlab Hi, I am having trouble with a very simple concept. I'd like to optimize some for loops I've created but can't seem to understand why my vector operations won't work. Here is a very simple example of what I'... witt.adam(1)