wavread and filenames with french characters121 (11/2/2012 11:29:08 AM) comp.soft-sys.matlab Mac and PC support file names with French characters, but I can't get wavread() to load a file with such a name. Is there a way to make this work or a work around?
These files are in the same directory an... iBob
int* vs int *538 (10/26/2009 1:39:00 AM) comp.lang.c Hi Could someone explain the difference between: int *x; int* x; how, why, history, etc. ... Mister
Another pst-solides3d question141 (6/17/2008 6:09:25 AM) comp.text.tex I was looking at example http://syracuse.eu.org/lab/bpst/pst-solides3d/tutoriel/octahedron/octahed ron_09.pst and that is mostly what I wanted. I tried combinations of putting the cube first, using draw, dra... Aaron
pstricks/pst-solides3d question1030 (6/10/2008 7:15:07 AM) comp.text.tex I would really like to have a pstricks picture of a truncated octahedron in my thesis (semiconductor physics) to show points of symmetry in the first Brillouin zone of an fcc lattice. I did a google search a... Aaron
Run script at startup241 (3/14/2007 12:50:46 AM) comp.soft-sys.matlab Hello all! Does anyone know how to configure Matlab to run a script at startup. For example, I have a script called startup.m which runs some other desired functions. I guess it is not hard to type 'startup' b... Joe
Variable row matrix call422 (2/1/2007 10:51:23 PM) comp.soft-sys.matlab Ok, I'm stumped on this one but there must a snazzy function to make this possible. I have a large matrix of data, say 100x100 for round numbers sake, and I want to pull out 10 elements out of every row. Not t... Joe
HP laptop will not run Citrix nFuse programs129 (7/26/2006 9:06:52 PM) comp.sys.hp.hardware This is a brand new HP NC6400 laptop. The user is connecting to an nFuse site and they can login to the site and see the published applications available to them. When they click on one of the applications i... junk
Latin Capital A with circumflex preceding a pound symbol.219 (2/2/2006 9:35:22 PM) comp.lang.php Hi, Sorry if this has been asked before, and apologise if this is the wrong NG. I am using PHP 5.0.5 and Apache 2.0.54 in a Win2k environment. Lately I have been playng with RSS feeds. I managed to get "las... junk
Setting up Canon S300 via Windows Printing325 (10/28/2004 11:53:56 AM) comp.sys.mac.system I recently bought my first Mac and am trying to make it work with a Windows PC on the home network. But the driver for my printer is not showing up under Printer Model. I have a Canon S300 hooked to up a Windo... JS
Addtron firmware upgrade027 (4/15/2004 9:11:13 PM) comp.os.linux.networking Hi, I have bought an Addtron AWA-100 PCMCIA wireless network card. It came with a PLX based PCI to PCMCIA adaptor card, which I need as I am putting this into a desktop machine. The problem is that I need to... Nick
wavread and filenames with french characters121 (11/2/2012 11:29:08 AM) comp.soft-sys.matlab Mac and PC support file names with French characters, but I can't get wavread() to load a file with such a name. Is there a way to make this work or a work around?
These files are in the same directory an... junk81(61)
How to reset ode solver accumulation?747 (5/6/2011 4:43:04 AM) comp.soft-sys.matlab When using MATLAB's ode solver, I want to be able to reset the accumulator to either a value of zero or another value. I am not using Simulink, but only a script. When using Simulink, however, the integrator (1... shawnwoods1812(23)
pstricks/pst-solides3d question1030 (6/10/2008 7:15:07 AM) comp.text.tex I would really like to have a pstricks picture of a truncated octahedron in my thesis (semiconductor physics) to show points of symmetry in the first Brillouin zone of an fcc lattice. I did a google search a... junk81(61)
Set Path from Command-line256 (5/22/2007 1:28:43 AM) comp.soft-sys.matlab Hello, I'm trying to generate a Stand-alone application from M-files via command line (mcc). Does anyone know how I can Set Path including all the subdirectories through command line? Using MATLAB I can set it ... afarokhyans(9)
Time data conversion/extration in csv142 (5/22/2007 1:22:22 AM) comp.soft-sys.matlab I have a CSV file that looks like 2:36:21.843 PM,.5030 2:36:22.015 PM,.4665 2:36:22.125 PM,.3910 2:36:22.281 PM,.2915 etc.... where its the time following by a decimal that is a reading from some hardware.I ... limppac(15)
please help me for a question of mcc compiler622 (5/21/2007 2:06:37 PM) comp.soft-sys.matlab function xiaobo n=[1:50]; x=sin(pi/10*n+pi/3)+2*cos(pi/7*n); w=randn(1,length(n)); y=x+w; subplot(3,1,1); plot(x); subplot(3,1,2); plot(y); xd=wden(y,'minimaxi','s','one',5,'db3'); subplot(3,1,3); plot(xd); tit... bin.yu(7)
Saving figures using "saveas"623 (4/23/2007 8:59:08 PM) comp.soft-sys.matlab Hi all! I have a question about the command "saveas". I have a bunch of figures that need to be saved as jpg's and I'm using the "saveas" command to do it. The code I've got is: "saveas(gcf,[Pic_Title,'_',Plot... Nebabon1(5)
Image Enhancement #2433 (4/22/2007 6:47:17 PM) comp.soft-sys.matlab Hi all! I am having set of continuous high speed camera image of liquid droplet spreading over surfaces. but the image intensity is varying like a sinusoidal pattern. Please give some suggestions to make it ... rkannan4250(4)
multiple axes #5126 (4/19/2007 12:00:02 AM) comp.soft-sys.matlab is it possible to have to multiple axes on the same plot? for example, i am plotting a load vs displacement graph, and would like to have to axes for load, one for kN and one for pounds cheers, Brendon ... brendon.gill(1)
Matlab Histogram Bin and Count listing651 (4/18/2007 6:22:40 PM) comp.soft-sys.matlab Hi guys, My Numerical Methods class just received our first Matlab project. Basically I have a column x and a column y of information. It wanted us to create a histogram of y using Matlabs hist function with ... kjs0291(4)