First  |  Prev |  Next  |  Last
Pages: 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428
Error starting desktop
I have windows 7 and 7.1 matlab version. I had the same problem described but even when I did this: Go to <Matlab-installation-dir>\sys\java\jre\win32 you will find a folder named jre1.5.0_07 (or a similar version). Rename it to Original_<whatever was originally there> Go to C:\Program Files\Java you will find file... 23 Jun 2010 10:36
programmatically find nested vs. subfunctions
"Ed Murphy" <murphy294(a)hotmail.com> wrote in message <ef53653.-1(a)webcrossing.raydaftYaTP>... Does anyone know how to write matlab code that can parse a function m-file and determine whether the functions defined within it are nested functions or subfunctions? Specifically, it would seem that one of the ... 23 Jun 2010 10:36
Plotting Borehole data.
"Adrian McCallum" <abm35(a)cam.ac.uk> wrote in message <hov2so$b54$1(a)fred.mathworks.com>... "Mark Shore" <mshore(a)magmageosciences.ca> wrote in message <hotcfb$r9l$1(a)fred.mathworks.com>... "Adrian McCallum" <abm35(a)cam.ac.uk> wrote in message <hot16s$h8k$1(a)fred.mathworks.com>... Apologies, I am new to MATLAB... 23 Jun 2010 10:36
How to plot shapefile onto a regular x-y plot
I plotted a US map using 'plot(lon, lat, 'k-'). Now I want to add the state boundaries. Unfortunately, the only state boundary date I could find are in the form of *.shp. Is there a way I can directly plot *.shp data into a x-y plotted map? Thanks. ... 24 Jun 2010 16:21
mexCallMATLAB
Hi, I'm trying to run the following piece of code: void mexFunction( int nlhs, mxArray *[], int nrhs, const mxArray *prhs[] ) { using namespace libbase; vector <double> y; double *xValues; int i,j; mxArray *value; xValues =... 6 Jul 2010 07:52
mexCallMATLAB
Hi, I'm trying to run the following piece of code: void mexFunction( int nlhs, mxArray *[], int nrhs, const mxArray *prhs[] ) { using namespace libbase; vector <double> y; double *xValues; int i,j; mxArray *value; xValues =... 23 Jun 2010 09:29
mexCallMATLAB populating inputs
Hi, I'm trying to run the following piece of code: void mexFunction( int nlhs, mxArray *[], int nrhs, const mxArray *prhs[] ) { using namespace libbase; vector <double> y; double *xValues; int i,j; mxArray *value; xValues =... 23 Jun 2010 09:29
Double integration of vector function
Hi, I have a function that produces a vector output, something like h = myfun(cos_theta, phi, params); where h is a vector. I would like to integrate h over all angles, so for cos_theta = -1 ... 1 and phi = 0 ... 2pi. I was looking at quad2d to perform the integration, but it doesn't like integrating a vector ... 23 Jun 2010 09:29
Sharing a function between classes
Good day, I have a function, based on dynamic fields, which copies all properties from an input struct to "this" object. I have a whole collection of classes where I want to use it. I can't use inheritance since some properties are protected or private. One solution is to copy that function onto each "@" folder.... 21 Jul 2010 09:08
Autocorrelation function
Dear all, I am a new user of matlab. and as I dont have acces to all the tool boxes, I would like to write my own autocorrelation function. I have a discrete time series, and I would like to calculate the autocorrelation between 2 values of this series with a time lag of 1. this to enhance seasonal variations. I ... 24 Jun 2010 07:26
First  |  Prev |  Next  |  Last
Pages: 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428