First  |  Prev |  Next  |  Last
Pages: 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
Convert to PDF via MATLAB
"Michael Robbins" <michaelNOrobbinsSPAMusenet(a)yahoo.com> wrote in message <ef0d19a.-1(a)webx.raydaftYaTP>... I have Acrobat and Word, and I need to convert my Word document to PDF format. Does anyone know how I can do this from within MATLAB (e.g. from the system command line or via java or active-x methods)? ... 22 Jul 2010 12:29
sliders? gradients? and graphs?
pretty much what I want to do is to have a slider that when I change the value (by one) it will change the coordinates of a point(my data)(by one) so I can re-plot a gradient.... does that make any sense? can anyone help? ... 23 Jul 2010 12:31
Advanced Stop ODEs
Hello! I am integrating a PDE using the ODE solvers from Matlab. The problem is that, as I'm in (2+1)D, the matrices are pretty big, and if I don't have a control of the extent of the integration, I could end up filling the memory. Is there any way, Events function fashioned, to stop the integration when the "t" ... 22 Jul 2010 11:24
Problem solving 5-th order polynomial - ERROR
I am trying to solve a 5-th order polynomial, but get the following error after roots([t y u i o p]) ??? Undefined function or method 'isfinite' for input arguments of type 'sym'. Error in ==> roots at 27 if ~all(isfinite(c)) I calculated the coefficients t,y,u,i,o,p by using collect(X,L) where i... 22 Jul 2010 13:35
rotating an image
Hi all, I currently have an Earth model plotted using ellipsoid/surf and plastered an image file from NASA onto the model. I am trying to rotate this Earth by applying a direction cosine matrix in a for loop and updating the x, y, and z coordinates that the ellipsoid functions gives me. However, this doesn't actua... 22 Jul 2010 15:48
how do I change the precision of variable viewer?
It's 4 digits by default... how to change it? thanks ... 22 Jul 2010 13:35
USE GPS co-ordinates to generate spline
I have some latitude and longitude based points on a local area.I gathered these data with a GPS device while traveling in a car. My target is to generate a map using these information. I am planning to use cubic spline curve fitting for these data points. I want to know how do I normalize these data to fit it in the ... 6 Aug 2010 20:23
remove element from list
Jerome Briot <dutmatlab(a)yahoo.fr> wrote in message <fjb25i$ug0$1(a)netfinity.fr>... Hi, try this : x=1:17 setdiff(x,9) Love setdiff() as this works as well: setdiff(x, 6:9) to remove multiple elements Thanks much! --Alex. ... 22 Jul 2010 11:23
doc command misbehaviour
Hi, i'm facing a strange problem.. i always used the doc command and it showed me the complete reference page of the fuction (using as an example the command "doc figure" i used to visualize the page as available on the internet at http://www.mathworks.com/access/helpdesk/help/techdoc/ref/figure.html ) what h... 23 Jul 2010 10:16
reading after space
"riya " <sharma.riya921(a)gmail.com> wrote in message <i29g6s$nqs$1(a)fred.mathworks.com>... Hi I have a cell array T<1*47cell>which contains T{:}= ans = '' ans = GM_2 ans = CGS_2 ans = CGB_2 etc;; i want to convert it into sym as well as its co... 22 Jul 2010 10:18
First  |  Prev |  Next  |  Last
Pages: 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199