First
|
Prev |
Next
|
Last
Pages: 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283
export figure on mac Same problem here, in addition the figure is cropped on the left and right. This has been an ongoing problem dating back to at least 2008a. Any word on this?? ... 23 Feb 2010 06:49
splitting a data set for n-fold testing - best practices? I have a training set and targets that I want to split for n-fold testing, and i want to ensure that all data is used at least once in the testing sample and in the training sample. Now I can of course write a for loop based function that systematically goes through the training and testing set to split them up, in ... 17 Feb 2010 11:04
Simple C-style preprocessor Needed one - quick & dirty Does ifdef,endif,else,define,and undef. Simple boolean syntax. Example file included. Feel free to use please. Misha https://bigfile.bcm.tmc.edu/outbound/mk144210/mpp.zip ... 17 Feb 2010 12:13
How to run bash commands from MATLAB So, I know that I can do some bash commands in matlab by doing the following... system('C:\cygwin\bin\bash --login -c some_command') However, I need my command to perform an operation on a certain directory. The simplest example would be getting an 'ls /' to look at the contents of the root directory: system... 17 Feb 2010 08:50
character limit in ans matrix? when using find_system(), some of the items returned is giving me the following results: [1x102 char] [1x103 char] [1x101 char] [1x110 char] [1x103 char] [1x98 char] [1x99 char] [1x81 char] [1x94 char] did it reach the character limit of the ans matrix? Can I increase... 17 Feb 2010 02:13
problems in SimMechanics in Matlab for Linux Similar problem here. Resolved by cd /usr/lib sudo ln -s libGL.so.1 libGL.so sudo ln -s libGLU.so.1 libGLU.so Marty workaholic <liuauto(a)gmail.com> wrote in message <a01be6f4-435e-4b33-a912-e124382a8569(a)m7g2000prd.googlegroups.com>... I installed Matlab for Linux 7.8 under Ubuntu 8.04, but I find I can ... 17 Feb 2010 00:11
activex lists on Windows 7 I am trying to use the built-in activex functions in MATLAB (2009b). In the past, under Windows Vista, the functions seem to work fine. Say, actxcontrollist returns a few hundred activex controls. However, I'm now using Windows 7, and actxcontrollist returns only a few dozen and the one I want to use is not in the l... 2 Mar 2010 18:04
Errorbars on Bar Plot Is there a simple way (i.e., matlab-native) to put error bars on a bar plot? There certainly should be. In 1988 Cricket Graph for MacOS gave a choice of 4-5 different ways to do errorbars (percentage of the plotted point, from a file, etc.) on any kind of plot. Elegant, nice. So far I've found nothing obvious... 17 Feb 2010 00:11
Bands extraction from an image how are bands extracted from a remote sensed image...?? ... 17 Feb 2010 00:11
targetman>throw_make_error My matlab jobs run fine when I run locally. When I submit these jobs using crontab, I see the following error message.. Embedded MATLAB parsing for model "topInt"...Done Embedded MATLAB code generation for model "topInt"...............Done Embedded MATLAB compilation for model "topInt"...Making simulation target "... 17 Feb 2010 00:10 |