Any alternative to eval for this?5138 (4/8/2011 4:45:30 AM) comp.soft-sys.matlab I hate using the evil eval, but I haven't been able to figure out an alternative for this: I'm retrieving data from a .xml file using the excellent xml2struct routine from the file exchange. It gives me a stru... TideMan
CSSM Chronology in Google Groups3151 (3/22/2010 7:28:47 PM) comp.soft-sys.matlab This morning (23-Mar UTC+12), Google Groups chronology is all screwed
up, with random historical posts interspersed with recent posts.
What's going on?
... TideMan
C by reference screws up character strings1544 (8/17/2009 12:55:24 AM) comp.lang.fortran I'm running CVF6.6.a. My program needs to call routines from an outside library that needs to have C by reference specified. But when I specify C by reference, it seems to screw up my character strings, as in ... TideMan
CSSM is becoming a platform for spammers1045 (6/11/2009 11:21:34 AM) comp.soft-sys.matlab This newsgroup is becoming overwhelmed by spammers like Sprinceana, who writes several posts per day like this one: >Hi everyone! > >I want to write the function identity: f(x)=x in matlab. > >Can anyone help ... NZTideMan
Syntax error with open in gfortran9170 (5/7/2009 10:57:19 AM) comp.lang.fortran I'm porting some programs from CVF 6.6 in Win XP to gfortran in Linux, and this command: open(unit=lunout,file=outfile,status='unknown', & form='formatted',recl=200000,carriagecontrol='none') works in CVF ... TideMan
Rendering of a patch takes forever255 (3/31/2009 8:20:03 PM) comp.soft-sys.matlab I have a large island that I plot using patch (~70,000 x,y pairs). But I'm only interested in a small portion of it, so I restrict the plotting domain using XLim and YLim. Now, when I try to print to a .png fil... NZTideMan
makefile for building a library1360 (2/22/2009 8:16:14 AM) comp.lang.fortran I'm porting some routines from CVF 6.6 on Win XP to gfortran on Linux. CVF is wonderful because I don't have to worry about makefiles. It does it all for me automatically. Using Linux takes me back to the inc... TideMan
Medieval Help Desk241 (12/18/2008 8:10:20 PM) comp.soft-sys.matlab The holidays are almost here and it's time to lighten up a bit. Have a look at this gem: http://www.youtube.com/watch?v=LRBIVRwvUeE If you see a 3D after the equal sign (non-Google newsreaders), you'll need to... NZTideMan
When equals becomes equals 3D262 (12/10/2008 10:45:14 PM) comp.soft-sys.matlab I use Google Groups to access CSSM. When I type an equals sign i.e., char(61) in a post, it seems to become "=3D" when people read it in a different newsreader, though not in mine. The only time I see it is wh... NZTideMan
Orthogonal Wavelet Transforms062 (12/13/2007 8:07:52 PM) comp.lang.fortran I presently use the NR f90 routine daub4 to decompose and re-compose 1- D sea-level signals. daub4 is the 4-term mother wavelet (aka 'db2' in Matlab). It's fairly angular, which makes the resulting wavelet deta... NZTideMan
Mechanomyography (MMG) signal analysis.10 (6/7/2013 10:50:09 PM) comp.soft-sys.matlab Kindly guide on how to perform signal processing analysis in Matlab? Which joint time frequency analysis technique is best suited to perform signal decomposition, classification e.t.c?
Thank you.
... marufibitoye(1)
How to see the order of the files12 (6/8/2013 11:26:08 AM) comp.soft-sys.matlab Hi,
I loaded a list of 36 text files into one matlab file.
However, I forgot how to check the order of the cell array, could someone re-activate my lost memory?
Say, the new .mat file that has all my text fi... yyu2(4)
Making a loop #241 (6/10/2013 8:18:08 AM) comp.soft-sys.matlab I am trying to make a loop that will store the values of theta and r in arrays so I can make a plot using the polar command. It is supposed to be a plot of the orbit of Mercury using initial force. I have used ... dav3894(2)
verify matlab function32 (6/4/2013 1:04:12 AM) comp.soft-sys.matlab Dear Matlab experts,
I wrote a script to plot multiple data in different colors and line styles as follows
plot(xt,MEGplot_acrsubj(:,1),'Color',[255/255,0/255,0/255],'LineStyle','-',xt,MEGplot_acrsubj(:,2),'C... a489930026(32)
Remembering recent directory10 (6/18/2013 1:57:27 AM) comp.soft-sys.matlab Hi all,
I often analyse data and generate figures from the ML command line, w/o wri=
ting a script. If I have ~10 figures to save one by one, ML never seems to =
remember the directory where Fig N is saved... runcyclexcski1(7)
minor grid lines in semilogy plot10 (6/6/2013 8:23:19 PM) comp.soft-sys.matlab I used set(gca, 'Yticks', ...) to set tick marks and labels every decade in a semilogy plot, but now I have minor grid lines even though I only commanded the major grid lines with "grid on". How do I turn off ... rnchapm(1)
Print command #420 (6/14/2013 8:53:09 PM) comp.soft-sys.matlab Hello everyone!
I want to export some figures from matlab in high resolution in order to use them in an article that I intent to submit to a journal. By doing some research I found out that the command 'print'... douglas.nicolin(8)
ncread inside loop40 (6/5/2013 9:24:08 PM) comp.soft-sys.matlab Hello:
How do I read multiple netcdf files with ncread inside?
I could list every file name like this:
data_files = {'filename.nc', 'filename2.nc'}. How can I avoid this? For netcdf files, is ther... jwsmith9(39)
combining two separate PSD plot11 (6/13/2013 1:57:11 PM) comp.soft-sys.matlab Hello,
I am trying to plot PSD for my temperature data. There were a total of 90000 rows(90000*1) of temperature data in my csv file. When I did the fft of temperature data I decided to divide my data into two... msb82083(1)