Hohmann Transfer-Simulation
Hi Everyone, First time posting, Im fairly new to MATLAB and am doing my undergrad project on simulating the hohmann transfer to Mars. I have a code so far that allows me to plot the orbits of earth and Mars simulataneously by inputting initial conditions y0=[u(o),v(0),udot(0),vdot(0)] - for earth [t,y]=ode23(@earth,... 17 Feb 2010 11:04
MathLab Assignment Outsorcing
Dear All, I have a MathLab project/assignment to outsource. If you are capable handling of MathLab please let me know to following address. I will send you the project documentation. Charges : You can negotiate. lasanthamanju(a)gmail.com Manjula ... 17 Feb 2010 00:08
placing limits on a polar plots
yaya yoyo wrote: Hello, I wanted to ask if anyone knows of a way to put axis limits on polar plots? In regular plots I just use 'xlim' and 'ylim' to set the limits of the plots but I have no idea how one does it with the polar plot??? Possibly one of the FEX contributions would help. It isn't clear ... 17 Feb 2010 00:08
How read text file ?
Hi, I have a "malformed" text file: it is similar to a file .CSV, but Matlab can't read it automatically. I have tried a lot of Matlab functions importdata, fopen, textscan etc. but I can't read the file this is a subsection of the file [code] Forward Packet,Sequence,Time stamp,Delta (ms),Jitter (ms),Skew(ms)... 17 Feb 2010 00:08
uimenu font problem
I have a GUI which creates a uimenu with a number of items. On my computer, it works fine. However, on a different computer, the uimenu labels' text appears slightly larger, to the point where adjacent labels overwrite one another. The root DefaultTextFontSize and DefaultTextFontName properties have the same values on ... 17 Feb 2010 00:08
Recession bars in plot
"Corey Marriott" <cgarriott(a)yahoo.com> wrote in message <hlclc1$m4i$1(a)fred.mathworks.com>... Hey all, I would like to plot a dataset and color certain vertical regions of the background a different color (namely gray). The gray regions will represent an economic recession. Does anyone know how to color vertic... 17 Feb 2010 00:08
Ode Solver Accuracy - Forced Vibration Linear System
Good Day Everyone; 1) What is the theoretical low limit of error in MATLAB ? I am trying to increase solution accuracy of an ode related forced vibration 'D2x+x=cos(2*pi*t)' As you see its simple, lineer mass and spring system forced at 1 Hz Freq. The Approach I use I am solving this system using ode113 with ... 17 Feb 2010 00:08
Overlay text in a geotiff image
"Romain" <bonne.romain(a)gmail.com> wrote in message news:8eef44f3-c9cf-4960-960d-db618c8208c3(a)15g2000yqi.googlegroups.com... Either create a map axes using the AXESM function before calling TEXTM: http://www.mathworks.com/access/helpdesk/help/toolbox/map/axesm.html Thanks. Could you tell me an example ... 17 Feb 2010 00:08
passing objects to gui
I don't know - I don't use the contourf function so I'd have to play around with it just like you're going to have to do. Good luck with that. ... 17 Feb 2010 00:08
how to give if statement for function arguments
"us " <us(a)neurol.unizh.ch> wrote in message <hle26c$ogs$1(a)fred.mathworks.com>... "saurabh gupta" <saurabh(a)isu.iisc.ernet.in> wrote in message <hle1fq$9k8$1(a)fred.mathworks.com>... i hav a function handler fu = @(x,y)f(x,y) x and y are symbolic real because of calculations in the function f... 17 Feb 2010 00:07