First  |  Prev |  Next  |  Last
Pages: 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
numerical/automatic differentiation
"ben harper" <controlusc(a)gmail.com> wrote in message <h98n9d$pn9$1(a)fred.mathworks.com>... in file exchange i have found numerical differentiation codes like: http://www.mathworks.com/matlabcentral/fileexchange/22807 http://www.mathworks.com/matlabcentral/fileexchange/13490 http://www.mathworks.com/matlabcen... 29 Jul 2010 14:04
reading scientific notation numbers from string
"Mike " <mikejcunningham(a)gmail.com> wrote in message <i2saca$74c$1(a)fred.mathworks.com>... I am trying to read some numbers that are in scientific notation out of a string. An example string is: # Beam sigy = 0 m, muy = -2e-06 m, dy = 1e-06 m where I need to read out: 0 -2e-06 1e-06 ... 30 Jul 2010 09:40
Please somebody help, loading variables from different matlab files
Hi all I have around 310 .mat files all containing the same variables but for different days. For example one variable is spreadMat which contains spreads for various stocks for all minutes of the day. Ultimately i want to write a code which enables me to aggregate these minute by minute spreads into daily spreads... 29 Jul 2010 15:11
Best OS/platform for Matlab
I think that the question of performance vs. OS does require clarifications. In fact, this question is explicitly stated here: http://www.mathworks.com/support/solutions/en/data/1-18C2A/index.html but it is never answered. I think that it would be valuable if Mathworks spend some time comparing the performance acro... 29 Jul 2010 14:04
dsolve
Hi I'm a Biology student. I am trying to solve a set of 7 ODE simultaneously. These are the signals in a cancerous cell. I think there is something wrong with the code but I am not able to figure it out. Can someone please help? % parametric values% k1 = 1; V2p= 0.005; V2dp= 0.25; k3= 0.005; V25p = 0.017; V25dp= ... 30 Jul 2010 14:04
Please Somebody Help! Digital hologram
Hi, can anyone help with matlab code for digital holography simulation. Even a clue on where to get started would be helpful. Thanks ... 29 Jul 2010 14:04
reading scientific notation numbers from string
I am trying to read some numbers that are in scientific notation out of a string. An example string is: # Beam sigy = 0 m, muy = -2e-06 m, dy = 1e-06 m where I need to read out: 0 -2e-06 1e-06 I have not been able to find a way to do this. I have played with textscan and regexp but no luck. Maybe someo... 29 Jul 2010 14:04
xPC Target: xpctest diagnostic failing at Test 4
I had previously had my xPC Target Host-Target system set up properly and working. Then, my Host PC died and I had to replace it with a new Host. I'm in the process of trying to get my new Host-Target setup working again. I'm able to connect to the Target PC from the Host (via the xPC Explorer gui), and the followi... 29 Jul 2010 15:11
cmd line function for Edit->Find Files...
I'm looking for a way to find all filenames in the matlab path that contain a given string or extenstion. This can be done via the Edit->Find Files... gui, but I'd like to do this with a function call and return the results in an array. Simple example: files = findfiles('*.dat') would return all .dat files in the MAT... 29 Jul 2010 12:58
Creating daily figures to match monthly average using cubic spline
I have monthly data (say monthly average temperature as it is something easy to understand and the math is the same), and I wish to create a forecast at daily resolution and the obvious way of doing so is using cubic splines. However the normal spline function has the constraint that the spine curve passes through t... 29 Jul 2010 12:58
First  |  Prev |  Next  |  Last
Pages: 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137