The new dload() function in 7.10
Is this really really the sweet missing piece I've been waiting for since I've started using PCT? Will dload() distribute itself to the workers "automagically" without the entire matrix going into the memory of the head worker? Can I just call dload() on a 60GB .mat file and have it automatically load itself onto 6... 25 Mar 2010 01:00
Possible Transparency/Clipping Glitch?
Hi everyone. I've been working on a GUI, but I've encountered a somewhat mysterious glitch. I have a single figure with multiple axes on it. The overall setup is rather complicated, but the pertinent details are as follows: One of the sets of axes displays a bar-graph which I want to be transparent. (I actually orig... 5 Mar 2010 02:53
response surface methodology
how to calculate regression coefficients of second order regression equation y=ß0+ß1x1+β2x2+β11x12+β22x22+β12x1x2+ε ... 5 Mar 2010 01:48
memx memory leak in timestwo example in documentation?
Hi I just profiled the timestwo.c mex example given in the MATLAB documentation at http://www.mathworks.com/support/tech-notes/1600/1605.html#example2 and noticed that it doesn't free allocated memory. In the profile report that is saved (and opens up in the web browser automatically - which is very nice :) it... 5 Mar 2010 01:48
problem using shapewrite
Hi, I have created the following mapstructs file so that I can export the coordinate information as a shapefile, which can be opened in ArcGIS. My code is as follows: fname=sprintf('CoosCty_CoastalStats.xlsx'); fname2=sprintf('CoosCty_CoastalStats'); Data = xlsread(fname, fname2, 'A4:D19'); id = Data(:,1); ... 7 Mar 2010 10:41
rorate laTex labels
I'm running 7R14. plot(rand(20,1)) ylabel('$(X-\bar X)^2$','interpreter', 'latex','Rotation',45) This doesn't rotate. Is this a version issue? Which version corrects? ... 5 Mar 2010 06:07
sending binary from PIC16F690 to matlab
Good day guys. I am testing my PIC whether it can send binary data to MATLAB. Last night, I did this again and again, but one time I found out that even if the power supply for my PIC and MAX232 is off, that's the time that when I run my "receive" in MATLAB I can receive "bitsavalaible" that is a factor of 8 and data t... 4 Mar 2010 23:38
3D curve fitting with Taylor Expansion
"Roger Stafford" <ellieandrogerxyzzy(a)mindspring.com.invalid> wrote in message <gso56i$d88$1(a)fred.mathworks.com>... "Jade Forest" <sllinios(a)pchome.com.tw> wrote in message <gsmajj$72g$1(a)fred.mathworks.com>... I am now study the SIFT(scale invariant feature transformation) and try to implement in Matlab. H... 4 Mar 2010 23:38
MatLAB 2009b unable to Install
Hello Members, I tried to install MatLAB 2009b on my PC, as soon as i click on setup file, MATLAB logo flashes and nothing happens there after although Setup.exe is running in processes list * Windows 7 - 64 Bit Ultimate * Core 2 Duo - 2GHz * 3GB Ram * Intel G965 Motherboard please help me to solve th... 4 Mar 2010 22:31
Help with breaks in both x and y axes
Hello, I am trying to do a 2D plot in Matlab where there is a break in both x axis and y axis. I found out some code that can generate breaks in individual axes but couldnt find anything that breaks both axes. Specifically my problem is somthing like this: (Im making up arrays to present just the nature of the p... 4 Mar 2010 20:17