netcdf file size for limited vs unlimited dimension
Writing multiple 1-dimensional variables (a time-series) to a netcdf-file formatted as nc_type "short", I noticed that the file becomes twice as large when using an unlimited versus a limited dimension definition. However: 1. Writing one variable of nc_type 'short' only, both the limited and unlimited dimension fi... 25 Mar 2010 05:45
MCR_Cache
Hi, Can anyone tell me how can i set environment variable MCR_CACHE_ROOT equal to . (dot). Regards! ... 24 Mar 2010 11:09
Timing Actual Simulation Length
I am currently running a simulation for which I would like to calculate the time it takes to completion. Is there any possible way to do this in simulink? ... 24 Mar 2010 15:50
Matrices in MAtlab
hi, I would like helping on how i will be able to create a random 100x100 matrix from a standard normal distribution... thanks, Petra ... 24 Mar 2010 18:08
SimMechanics Inverse simulation - crankshaft
I model a simple crankshaft with one pivot connection to the ground. A torsional damper at the pivot maintains my crankshaft in the centered position as long as no Force is applied to its other extremity. I want to impose an angle of orientation of the shaft at its pivot and read the force required at the other extremi... 24 Mar 2010 11:09
robot path planning using genetic algorithm
Hy all. I'm also work with GAs for path palnning. Iwant to ask.. How we can make the Fitnes Function? Thaks ... 24 Mar 2010 11:09
3d Rectangualr Grid
"Piya " <priya.biomath(a)gmail.com> wrote in message <hjmdmn$rab$1(a)fred.mathworks.com>... Anyone have idea how to do this in Matlab? I need implementation like that on a bottom close cylinder http://portal.acm.org/citation.cfm?id=1461512 Regards ... 24 Mar 2010 11:09
Changing highlight color in listbox
I have a few list boxes in a GUI. It seems the default selection color is blue and when the list box is de-selected (clicking somewhere else), the selected text becomes gray. Is there a way to have both of them remain blue without using "undocumented" matlab properties. Thanks in advance. ... 24 Mar 2010 15:50
change properties of "Plotyy" figure
Hi, I made a "plotyy" figure with the following code: diameter = [25 37 50 63 75 87 100]; stiffness = [1.2907e8 1.6371e8 1.9098e8 2.1536e8 2.2872e8 2.3626e8 2.3515e8 ; damping = [1.5509 1.4245 1.3633 1.3193 1.3224 1.3414 1.3879]*1e6; p = polyfit(diameter,stiffness,15); stiffness = polyval(p,diameter); ... 24 Mar 2010 11:09
context menu in plotm
Hello When I create a map axes with axesm, there is a context menu which pops up if I right-click on it or on an item appearing in it. I created a point with plotm and defined a contextmenu for it using the uicontextmenu function. However, when I right-click on the point, I get both my context menu and the axesm con... 25 Mar 2010 02:08