COMPGROUPS.NET | Post Question | About | Groups | Contact | Register | Login



comp soft-sys matlab (18252)

comp os linux advocacy (5120)

comp soft-sys sas (3794)

comp lang python (2862)

comp soft-sys math mathematica (2857)

comp lang ruby (2511)

comp text tex (1716)

comp sys mac advocacy (1646)

comp lang c++ (1391)

comp lang javascript (1213)

comp lang perl misc (1187)

comp lang c (1179)

comp lang java programmer (911)

comp dsp (892)

comp sys mac system (871)

comp lang tcl (851)

comp databases ms-access (750)

comp arch fpga (743)

comp lang idl-pvwave (716)

comp software shareware announce (701)

comp lang php (689)

comp lang lisp (671)

comp sys sun announce (658)

comp arch embedded (619)

comp sys mac apps (595)

comp sys ibm ps2 hardware (528)

comp lang c++ moderated (524)

comp lang fortran (514)

comp unix shell (512)

comp os linux misc (501)

comp os plan9 (494)

comp databases oracle server (493)

comp unix solaris (487)

comp sys ibm pc games war-historical (481)

comp lang python announce (480)

comp os ms-windows programmer win32 (471)

comp databases mysql (410)

comp dcom sys cisco (405)

comp sys cbm (403)

comp arch (303)

comp sys ibm pc games action (301)

comp databases informix (274)

comp lang clipper visual-objects (267)

comp os vms (263)

comp lang perl announce (238)

comp lang xharbour (229)

comp graphics apps gnuplot (224)

comp realtime (216)

comp soft-sys ace (215)

comp lang ada (213)

comp protocols nfs (207)

comp protocols snmp (204)

comp parallel (202)

comp sys acorn announce (196)

comp sys ibm pc hardware systems (191)

comp protocols tcp-ip domains (191)

comp unix internals (187)

comp infosystems www browsers misc (183)

comp misc (182)

comp publish cdrom software (182)

comp dcom cabling (174)

comp mail mime (169)

comp std announce (169)

comp ai fuzzy (168)

comp ai edu (166)

comp soft-sys stat spss (156)

comp protocols kerberos (155)

comp databases filemaker (155)

comp sys apple2 (153)

comp admin policy (151)

comp databases postgresql committers (150)

comp databases ibm-db2 (149)

comp databases ms-sqlserver (131)

comp protocols dicom (129)

comp unix programmer (128)

comp security misc (123)

comp unix bsd freebsd misc (120)

comp graphics visualization (117)

comp cad cadence (117)

comp databases olap (116)

comp apps spreadsheets (114)

comp databases postgresql general (114)

comp lang vhdl (113)

comp lang java help (113)

comp ai neural-nets (112)

comp ai (111)

comp ai games (110)

comp dcom telecom (109)

comp client-server (108)

comp os linux announce (105)

comp cad microstation (105)

comp databases oracle marketplace (105)

comp soft-sys math scilab (102)

comp databases progress (102)

comp os linux networking (101)

comp database oracle (100)

comp graphics api opengl (99)

comp ai genetic (98)

comp protocols dns bind (97)

comp compilers (97)


Latest Articles:

Subject Posted Replies From
Disk / memory problems with 10.6.4 ?

I have about 3.5 G free on my system partition. Sometimes, during the middle of use, the system becomes extremely slow. Around the same time, my HD space starts vanishing for no reason and I get a "Your Startup disk is almost full" message. A df -h reveals that I have perhaps 100M left (my apps are generating no large files). I am then forced to reboot (this happens about once a day). On the other hand, I find my installation of Matlab R2008_B no longer works. It launches X then nothing happens. All this started when I did the 10.6.4 update along with a bunch of Apple sec

9/3/2010 4:45:59 PM 0 Geico Caveman <spammers-go-h...@spam.invalid>
Fourier equation and getting out of memory error tia sal22

Fourier equation and out of memory error tia sal22 Sorry is this got posted twice my posts seem not to be showing up in some groups...usenet gremlins again Greetings All I can get this matalb script to work and plot when I set x=linspace(0,1,100); But when I set x=linspace(0,1,44100); I get a mtimes out of memory which I narrowed down to the large array size in the C and S variables Can someone recommend a way for this code to work without running into memory errors? I tried going the fft route but the signal would never match up. The plot looks great I just would like to:

9/3/2010 4:33:58 PM 0 Rick T <ratull...@gmail.com>
onkeypress event in <input /> tag

Hi everybody, I have the following: . . . . . . . . . . . . . . . . . . <input type="text" name="capt_var" value=" " maxlength="10" onkeypress="keystroke()" /> . . . . . . . . . . . . . . . . . . The onkeypress clause calls keystroke function but, inside it, how can I retrieve the last key pressed, before it is appended to the variable being captured? Thanks in advance for your help. Regards, Marco

9/3/2010 4:23:28 PM 1 "Marco A. Cruz Quevedo" <macr...@myway.com>
Getting notification that a subprocess is killed on Windows

[Note: parts of this message were removed to make it a legal post.] What is the proper way, under Windows, to detect that a process was killed? Crashed? Signal.list.each_key do |key| puts key Signal.trap(key, lambda {|signo| puts "#{key}: pid #{$$} with signo #{signo}"}) end @the_command_pipe = IO.popen(the_command) @the_command_pid = @the_command_pipe.pid Process.waitpid(@the_command_pid) @child_process_return_status = $? . . . Process.kill(:KILL, @the_command_pid) # Seems to properly kill my

9/3/2010 4:07:14 PM 0 Ralph Shnelvar <ral...@dos32.com>
[9fans] native lbl, long text in troff, bold italics in eqn

Hello, I have basically 3 questions: 1) is there a native lbl (for symbolic labels in text documents), or do I have to grab the unix tarball and somehow compile that? (How? Using APE? Never tried that before...) 2) I heard and read that the 'ms' troff macros are not suitable for longer documents (I want to write my PhD thesis), as opposed supposedly to the 'me' macros (which, however are not in plan9, I believe). Can anybody give me their opinion? 3) Although eqn produces worse result than TeX, I like the way formulae are input, and thus have used it. Sometimes I need bold i

9/3/2010 4:06:11 PM 0 rudolf.syk...@gmail.com (Rudolf Sykora)
[ANN] hoe-gemspec 1.0.0 Released

[Note: parts of this message were removed to make it a legal post.] hoe-gemspec version 1.0.0 has been released! * <http://github.com/flavorjones/hoe-gemspec> Generate a prerelease gemspec based on a Hoe spec. == FEATURES/PROBLEMS: Creates a rake task to generate a prerelease gemspec based on your Hoe.spec: * `gem:spec` Why would you want to do this? I mean, why would anyone want to generate a prerelease gemspec? * to allow users of your library to build their project off of master quickly, without having to clone or fork your repository, e.g., with Bundler. == S

9/3/2010 4:04:46 PM 0 Mike Dalessio <mike.dales...@gmail.com>
Problem compiling mex function

Hello, I am trying to compile a .mex file that grabs data from a National Instruments high-speed digitizer card. I have the code working on an older machine (32bit windows XP with Matlab 7.0.1), but am running into linker errors on a new machine (64bit windows 7 with 64bit Matlab 7.10.0). When I try to mex the .cpp file I get the following linker errors: mex('-v', ... '-LC:\Program Files (x86)\IVI Foundation\IVI\Lib\msc\', ... '-lniScope', '-livi','-liviscope', ... '-IC:\Program Files (x86)\IVI Foundation\VISA\WinNT\include', ... 'ScopeFetch.cpp'); --> link /out:"ScopeFe

9/3/2010 3:58:23 PM 0 "Nathan " <ndgr...@gmail.com>
slicing one dimension, copying all others

Hi, I am looking for a way to slice along one dimension and copy along all others. I am looping through the fields of a structure. The data for each field is a matrix with 2 or more dimensions. Along the first dimension, all have the same size, but the other dimensions differ. I want to slice on the first dimension, and keep all others the same. For example: M = lon: [2265x90 double] lat: [2265x90 double] time: [2265x1 double] tb: [2265x90x5 double] becomes M = lon: [2148x90 double] lat: [2148x90 double] time: [2148x1 double]

9/3/2010 3:57:04 PM 1 Gerrit Holl <gerrit.h...@gmail.com>
Combining MRI slice to make 3D

Hello I am new to matlab and for my project i need to combine MRI slices to make a 3d image. the data is in .M file as a 3 dimentional matrix of 512x512x144. I need to produce 3dimentional image out of this can anyone please help me? thanks

9/3/2010 3:40:13 PM 1 "Hamed " <hamed.moaz...@alumni.utoronto.ca>
Does NEW iPod Touch have GPS chip?

Does NEW iPod Touch have GPS chip?

9/3/2010 3:33:34 PM 1 Figaro <ponsell...@gmail.com>
Wanted images/unwanted logos in Eudora message bodies?

Occasionally I receive emails with images (JPEG, GIF, PDF) intentionally embedded and visible in the message text, rather than attached. These image files also show up in a default downloads folder I've set. This all seems to me a useful feature, and I like it. I have one organization with which I exchange a lot of email, however, who recently started including a couple of logo GIFs in all their messages. I think it's got to be some sort of template or default in the organization's email system, since the exact same logos are appearing in the messages from everyone in the o

9/3/2010 3:31:08 PM 0 AES <sieg...@stanford.edu>
Opening issues. Java problem

Hi, My matlab works fine but I don't have any interface GUI. However, plots are displaying well. This is my message error: JavaVM: requested Java version (1.6) not available. Using Java at "" instead. JavaVM: Failed to load JVM: /bundle/Libraries/libjvm.dylib JavaVM FATAL: Java for ppc cannot run in this configuration. JavaVM FATAL: Please consult documentation. Warning: Failed to start the Java Virtual machine - JNI error: -1. Warning: Disabling Java support. I don't have this libjvm.dylib file. I don't know why Java do not recognize my 1.6 version. If you have any idea feel

9/3/2010 3:20:21 PM 0 "Jonathan " <grossbla...@yahoo.fr>
pyqt signals

Hello i have write this but i not able to connect the emit of the class Socket to the Form class, can you help me? class Socket(QtNetwork.QTcpSocket): def __init__(self, parent=None): super(Socket, self).__init__(parent) self.connect(self, QtCore.SIGNAL("readyRead()"), self.leggi_richiesta) def leggi_richiesta(self): messaggio = self.readData(self.bytesAvailable()) print 'dati_letti = ', messaggio self.emit(QtCore.SIGNAL("messaggio"), messaggio) print 'segnale emesso' class Form(QWidget, Ui_Form): """ Class doc

9/3/2010 3:16:34 PM 0 luca72 <lucabe...@libero.it>
Make Online Money

This is very good online dating site for earn extra income to all house wife and un employeed http://www.traceincome.com/

9/3/2010 3:16:21 PM 0 sunita patel <sunita.pate...@gmail.com>
Mountain.rb in Boulder Oct6-9 early bird closing Monday

Hi all, Just a quick note to anyone who doesn't know about this conf. I'm excited since it's up the way from me in Boulder and has a great speaker line up including Jim Weirich, Aaron Patterson and others on some really cool topics. Additional plus is that the country's largest Ignite - Boulder Ignite is happening one of the nights as well. There's more info on the site: http://mountainrb.com I just registered and realized the early bird ends on Monday for what looks to be a killer conference, figured I'd forward this on to the list. Look me up if you make it, I'm always up

9/3/2010 3:09:08 PM 0 Charley Baker <charley.ba...@gmail.com>
IDLE / Black frame on Mac

Hi I am new to python and have installed python 3.1.2. I have began using IDLE and like it very good. But when an IDLE window is active. There is a thick black frame around the white text field. Is there some way I can get rid of this frame? The frame is very distracting when I write. Kristoffer

9/3/2010 3:09:02 PM 0 =?ISO-8859-1?Q?Kristoffer_F=F8llesdal?= <kkf...@gmail.com>
Placing cursor in edit field in gui

Hi all. I'm trying to figure out how to place a cursor in a specific edit box automatically and my searches for the last 15 minutes haven't yielded fruitful results. Can somebody point me in the right direction?

9/3/2010 3:03:26 PM 4 "Eamon " <drawbri...@cornercase.net>
What programming language is used internally by Microsoft?

What programming language is used by Microsoft developers who work on: - Microsoft Office - Microsoft Windows TIA, -Ramon

9/3/2010 3:01:24 PM 1 Ramon F Herrera <ra...@conexus.net>
unbound object frame woes

Sorry to repost. I need an unbound object frame to display varios objects including Word documents, Excel, PDFs, BMPs JPGs, DIBs, GIFs etc The word documents, Excel, PDFs, BMPs all seem fine, but I get a blank screen for the JPGs, DIBs, GIFs. If I double click on the blank screen I get an error message "The operation on the HTML Document failed" "The OLE Server may not be registered" Access 2010 Windows 7 Any ideas please

9/3/2010 2:57:24 PM 1 "Phil" <p...@stantonfamily.co.uk>
Unbound object frame

Sorry to repost. I need an unbound object fram to display varios objects including Word documents, Excel, PDFs, BMPs JPGs, DIBs, GIFs etc The word documents, Excel, PDFs, BMPs all seem fine, but I get a blank screen for the JPGs, DIBs, GIFs. If I double click on the blank screen I get an error message "The operation on the HTML Document failed" "The OLE Server may not be registered" Access 2010 Windows 7 Any ideas please

9/3/2010 2:54:55 PM 0 "Phil" <p...@stantonfamily.co.uk>
Concurrency Support in CL

Hi all, Before I got into Haskell programming a few years (4) ago I studied "Practical Common Lisp". I really enjoyed it and am looking to get back into the Lisp world. As a lot of my application development has become server development and so good support for persistent shared state and concurrency are important in choosing a Lisp. Clojure has addressed this need well which makes it a compelling choice, but I don't want to give up CLOS and the many other features that I liked about CL. Has there been any CL development in this space since I last left that make it competitive with Cl

9/3/2010 2:54:21 PM 1 deech <aditya.si...@gmail.com>
Bookmark Navigator: bookmark manager 1.2.1

Bookmark Navigator is a bookmark manager, it offers a brand new way of managing your Internet bookmarks. Now you can easily synchronize bookmarks and share them among browsers and any computers - just as easy as plugging in a flash device! It imports your favorites from all major browsers including Google Chrome, organizes and structures them so that it takes only a few seconds to locate the bookmark you need and open it in a browser. What's more important, you can save bookmarks onto any portable device - for instance, a flash drive - and transfer them onto another computer, to wor

9/3/2010 2:54:18 PM 0 Tony Hughes <submission-serv...@rambler.ru>
3d plot with multiple 2d plot contours

I need to draw a 3d plot as follows: There are three planes that are parallel. on each plane I wish to draw a 2d plots like contours or multiple circles. I also want to draw the planes and draw arrows that connect the some points inside the planes.

9/3/2010 2:32:28 PM 0 "Seyed Iman " <i.remove.this.mosa...@remove.this.gmail.com>
Structure Assignment

Given vectors x and y each with N elements, I want to create an N element structure s with fields s.x and s.y. I can do this by for ii=1:N, s(ii).x=x(ii); s(ii).y=y(ii); end I there a neater way?

9/3/2010 2:27:31 PM 3 "Alan " <alan.newsgroup.aco...@gmail.com>
blur matrix only

Hi, I did search this in this forum about blur matrix but looks no specific question and answer on creating a blur matrix of a square matrix. I don't want to use the imfilter which already blurred the image without I can access the blur matrix. For example, I also tried to generate the blur matrix, B from an image size 100x100 but the rows becomes greater than the columns, 10404 x 10000. How to create a square blur matrix of size NxN (e.g: 10000x10000) ? H = ones(3,3)/9; % averaging filter 3-by-3 B = convmtx2(H,r,c); %2D convolution matrix where r and c is the row and column for t

9/3/2010 2:17:31 PM 3 "sarrah " <gto_girl...@yahoo.com>
Polynomial Model Template

Dear all, I want to use polynomial model template of order -'n' (should be input by user) of m factors (the symbols should be input by user) in MATLAB. Using Model-Based Calibration toolbox [my matlab version: MATLABR2009a] it can be done in GUI. But I want to do this in .m file invoking some inbuilt function of MATLAB (or more specifically MBC toolbox). I am not able to figure out which function I should invoke to do this. Please help me in this regard. BR Samiran.

9/3/2010 2:08:45 PM 0 Samiran <samiran....@gmail.com>
Problem with camera up vector (camup)

Hi all! I'm making a video from an image sequence in matlab from a 3d sequence of plots. I need to change the position of the camera for each plot, then save the image and create a video from the image sequence. The problem is that when I move the camera position, keeping the camera target fixed, I get a strange behavior: the plot seems to rotate! I tried to set the camera up vector, setting it to 0 0 1, in order to point the z axis to the top, but the rotation still persists, even if it is a bit smaller (i.e., if i plot an horizontal plane, the plane is rotate of around 60 degrees). Why the c

9/3/2010 1:54:07 PM 2 "Paolo -" <xx...@xxxx.xxxx>
p-value

Hi Everyone, Suppose I have a vector containing standard errors for an OLS regression model. Now I wish to obtain a corresponding vector that contains the p-values for these standard errors. Given that I do not have the MatLab statistics toolbox, how do I go about obtaining this result? Regards, Ulrik

9/3/2010 1:50:26 PM 2 "Ulrik Nash" <...@sam.sdu.dk>
Turing Machine versus parallel programming

Turing specified the mathematical basis of single threaded programming. His machine was as a practical solution useless but it was a magnificent example of maths setting the basis of the whole concept of calculating computability. Has anyone actually asked a pure mathematician to try to produce a mathematical model for parallel computing. Ken Young

9/3/2010 1:50:03 PM 1 ken...@cix.compulink.co.uk
An easy one on vector construction - help please

I would like a vector that is 1200x1 in size and each row contains the figure "0.1". Can somebody tell me how to do this please. Thank you

9/3/2010 1:48:05 PM 2 "Aaron Anstey" <ela...@lboro.ac.uk>
Love the netbook

Again while on holiday, I took my ASUS 4G Surf with me. Because of its compact size, it was an easy fit as airline carry on luggage. I left my Dell laptop home, which would have been considered as an additional item. Sent out several work related E-mails, browsed the net using the hotel's wifi. Kept track of my E-bay listings. All this under Ubuntu 9.10 Netbook Remix. Life is good. -- HPT

9/3/2010 1:43:40 PM 3 High Plains Thumper <...@invalid.invalid>
strange problem with external script

Sorry if I'm doing something stupid, but I just can't understand what I'm doing wrong... I wrote a function in an external script, which is included in my page with this tag "&lt;script src="pythonic.js>&lt;/script>". The function extends String. prototype as follows: String.prototype.title = function(){ var s = []; var ss = this.split(' '); for(i in ss) s.push(ss[i].slice(0,1).toUpperCase() + ss[i].slice(1).toLowerCase()); return s.join(' '); } (This function capitalises all the first letters of each word in a string). The problem is that when used from an external script, i

9/3/2010 1:28:40 PM 5 luismgz <luis...@gmail.com>
Find nonzero rows in matrx

Is there a simple method (or a function) that you can use to find nonzero rows in a matrix. So, suppose I have a matrix A: A = [ 1 0 0 2 3 5 0 4 3 1 0 5] Row 2 has only nonzero elements, while rows 1, 3 and 4 have some zero elements. I would nou like to get the index of the "nonzero row", which in this case is 2 of course. Can anyone help? Tanks!

9/3/2010 1:20:30 PM 2 "Rob " <r.f.p.v.vu...@student.tue.nl>
Second NIC

Hi, I read on this side: http://www.mathworks.com/help/toolbox/xpc/io_ref/brrdopr.html that it is possible to use two network cards. One for the communication between host and target and one for the communication between target and a third PC. The connection between host and target is no problem. For the communication to the thrid system I use "Ethernet Initialization", "Network Buffer Management", "Pack" and "Create Ethernet Packet". But nothing happens on the third PC (I test it with wireshark). Any Idea? Regards, Benny

9/3/2010 1:17:23 PM 0 "Benny " <benjamin097-registrat...@yahoo.de>
Light-weight class redefinition semantics for CLOS.

There exists a very simple alternative to the current class redefinition semantics of CLOS that avoids all the thread-safety issues of the lazy instance updating feature mandated by the current specification. This alternative is simply to always create a completely new class object, that is a new instance of standard-class with a new identity, every time defclass is invoked. In this scheme there is no automatic updating of any instance outside the control of the application code. Any instance update has to be done under application control, at a time and in a context of its cho

9/3/2010 1:16:09 PM 2 Jean-Claude Beaudoin <jean.claude.beaud...@gmail.com>
ttk::checkbutton vs tk::checkbutton

The tk::checkbutton widget has the "-wraplength" option to cause the widget to automatically wordwrap its textual label. Is there any method with the new ttk::checkbutton to achieve the same end result, automatic wordwrap based upon a length value?

9/3/2010 1:15:19 PM 1 Rich <google-em...@dp100.com>
R.U.S.E. demo out

Hi, http://store.steampowered.com/app/33310/ Copy & Paste of Arctic Blast's description of the game over at The Wargamer forum : "The 'gimmick' is the availability of various ruses in game. You earn them through battle results and the like, and can use them on a specific region in the game. Propaganda to reduce enemy morale, fake radio chatter and dummy units to create a feint, radio silence and camo to hide the real offensive, that sort of thing. The other part that's different is the scale. This isn't like CoH where you're micromanaging individual guys. You're sending out u

9/3/2010 1:02:30 PM 1 "eddyster...@hotmail.com" <eddyster...@hotmail.com>
delete mach and next two words in text file

Hello, I have been trying to do this for a while now, still with no success. Basically I have a file with several numbers all in one line separated by a space. Every three numbers are values for one item. When the item does not exist anymore I have to delete the entries in the file. This means that if item 2 is gone, for example, values 3 4 5 have to be deleted (item 1 would be values 0 1 2). File example: 12 25 33 0 1 5222 89 90 3 67 67 0 12 56 11 First item = 12 25 33 (12 being in position 0 and 25 being in position 1 in the file and so on ...) Second item = 0 1 5222 and

9/3/2010 1:01:52 PM 4 davide laneri <davide...@gmail.com>
voronoin

Hello, I need to create the Voronoi Diagram of a group of kidney cells. I have centroid coordinates (3D) of every cells. I open the file (called 'Glomerulo') with the coordinates and then: x=Glomerulo(:,1); y=Glomerulo(:,2); z=Glomerulo(:,3); B=[x y z]; #creation of the centroids matrix [v, C]=voronoin(B) #3D voronoi diagram of B NOW: HOW CAN I PLOT MY DIAGRAM? Thanks

9/3/2010 1:00:27 PM 0 "Maria Grazia Madaschi Madaschi" <mariagrazia.madas...@unibg.it>
Question about Continuous Phase FSK

I am trying to understand what is meant by continuous phase FSK. Right now I am of the opinion that it means that a very quick change in frequency can take place as long as there is no discontinuity in the time waveform when the frequency change takes place. Is this a correct interpretation? Thanks, Brent

9/3/2010 12:59:44 PM 1 brent <buleg...@columbus.rr.com>
reg:generation of verilog code from .m file

hi all, i m doing my project in Multiwavelets...i.e VLSI architecture of multiwavelets.....so i need to realise multiwavelets in digital domain....so i need to generate verrilog code from my .m file......how s it possible...please help because its my final year project..thank you in advance.............

9/3/2010 12:59:05 PM 1 "mohan kumar" <mhnbit...@gmail.com>
Nikon Coolpix L20 10MP Digital Camera

Nikon Coolpix L20 10MP digital camera http://www.naaptol.com/price/38097-Nikon-Coolpix-L20-10MP-Digital-Camera.html looks appealing because of its compact design and navy blue tinted body that holds quite large 3.0 inches LCD screen on which you would have the better than ever experience of photography, this particular piece of device shoots the still in the resolution of 10.0 mega pixels and you can even zoom it optically 3.6 times higher than the default size in, and above all you can get them printed in the size of around 16x20 inches.

9/3/2010 12:41:19 PM 0 Harsh Sehrawat <harsh.sehrawa...@gmail.com>
[9fans] pipefile.c in p9p

I downloaded Plan9port today, and found thewre is no pipefile. It's not good to me, because I need ktrans.=E2=98=BA Is it difficult to implement REGEND for p9p's rfork? Or anything other difficulties are there for pipefile.c? Kenji

9/3/2010 12:29:26 PM 1 kokam...@hera.eonet.ne.jp
Function References

Hi! I would like to know if there is way to generate a report listing all the classes that are a using a particular function on a particular class. For example, I have the MyFunction1 function on the MyFile1.m, and I would like to know all the m files and other files using the MyFile1.MyFunction1. Thanks!

9/3/2010 12:26:05 PM 4 "Ayrangel " <ayrangel.Remove.t...@yahoo.com>
find creation date of file

By using the dir function the "last change" date of a file is available in Matlab. However if I was interested in finding the "creation date" of the same file, how should/could I do that. perhaps this J-Script could be helpful? Though I am not so good at implementing Java in Matlab so someone maybe could help me turn this into Matlab: function ShowFileInfo(filespec) { var fso, f, s; fso = new ActiveXObject("Scripting.FileSystemObject"); f = fso.GetFile(filespec); s = "Created: " + f.DateCreated; return(s); } found at: http://msdn.microsoft.com/en-us/library/ke6a

9/3/2010 12:16:05 PM 1 "Anders Frisk" <multisport...@hotmail.com>
Acting on SIGTERM signal under C99

Hello, in C99, the signal handler for a SIGTERM signal is subject to restrictions, including 7.14.1.1#5 If the signal occurs other than as the result of calling the abort or raise function, the behavior is undefined if the signal handler refers to any object with static storage duration other than by assigning a value to an object declared as volatile sig_atomic_t, or the signal handler calls any function in the standard library other than the abort function, the _Exit function, or the signal function with the first argument equal to the signal number correspon

9/3/2010 12:10:59 PM 2 Francois Grieu <fgr...@gmail.com>
BER performance with non-costant group delay filter

Hi, I'm trying to set up a Matlab simulation in order to see the effect of real analog base band filter on my receiver. If I use a FIR filter, I generally remove some samples equal to the filter group delay before sending the received vector to the demodulator. If I model a real filter, the group delay is not constant over frequency ( it can vary over the channel bandwidth too) and moreover it is not an integer number. How should I trim the filter output? Thanks Alberto

9/3/2010 12:02:13 PM 2 "alberto.fuggetta" <alberto.fugge...@n_o_s_p_a_m.gmail.com>
nnet adaption and compiler

Hi, have anybody a suggestion for the following problen: I used the nnet-toolbox with net.trainFcn='trains' to adapt the network. It works in matlab. The compiled version produces the following error: Output argument "err" (and may be others) not assigned during call to "......subsasgn.m>setTrainFcn" The correxponding m-file is OK, but it doesn`t work after compiling. Thanks for comments

9/3/2010 11:55:24 AM 0 "Peter Rudolph" <p.rudo...@alice-dsl.net>
Matz's slides from Rubykaigi?

Hello, (I guess this is mostly directed at Matz but I thought of sending it here since it may interest other people too.) Would it be possible to have somewhere accessible online Matz's slides from this year Rubykaigi? Thank you Diego

9/3/2010 11:55:22 AM 0 Diego Virasoro <diego.viras...@gmail.com>
Another well-spoken, polite Linux user

"Stupid Bitch, Stupid News, If that shitty as Dell was running windows the moment she even clicked shitty Internet Explorer (windows explorer not responding). Ubuntu is fucking amazing, my 8yo cousin can use it. That bitch is just fucking stupid." http://www.youtube.com/watch?v=5Qj8p-PEwbI This is the kind of person that advocates Linux.

9/3/2010 11:44:40 AM 1 DFS <nos...@dfs_.com>










Newest Articles

Disk / memory problems with 10.6.4 ?
46 min. 41 sec. ago

Fourier equation and getting out of memory error tia sal22
58 min. 42 sec. ago

onkeypress event in tag
1 hour 9 mins ago

Getting notification that a subprocess is killed on Windows
1 hour 25 mins ago

[9fans] native lbl, long text in troff, bold italics in eqn
1 hour 26 mins ago