Very strange alphadata problem
I have a weird problem concerning the alphadata property of an image. If I set the alphadata like: set(imageHandle,'Alphadata',0.5) the x- and y-axis labels are mirrored (the numbers are actually mirrored as if you were looking on the screen through a mirror), and only half the image is shown, the bottom half is ... 24 Sep 2009 09:17
single phase asynchronous machine as generator
i'm also working the same project as you did... and maybe we can share some sources? ... 24 Sep 2009 03:48
disp function acts differently in matlab r2009a mac os x
i am using matlab in mac os x and the disp function works differently, look at the code and the result i am getting. is there a fix for this problem, why disp('') actually being displayed in the result. a=1.55; t=[1:1:10]; v=a.*t; d=0.5*a*t.^2; Table = [t' , d' , v']; disp('') disp('time distance... 24 Sep 2009 10:25
Java Exception on Printing?
I'm trying to print out my code, and pressing the print button in the Editor or choosing File/Print seems to cause a Java exception to be thrown. How do I fix this so I can print from MatLab? I'm running 2009a Student Version on Mac OS X 10.6.1 This is the specific error message that is displayed in the cmd windo... 19 Oct 2009 17:32
building error: LNK1169: one or more multiply defined symbols found
Hi, i was trying to build the xpc target model and it always gives the following error messages: " Creating library xpctest.lib and object xpctest.exp xpctest.dll : fatal error LNK1169: one or more multiply defined symbols found NMAKE : fatal error U1077: '"c:\program files\microsoft visual studio 9.0\VC\BIN\li... 29 Sep 2009 22:03
MatlabPool Job on cluster
Hi, I submitted a matlabpool job to a local cluster. if i add following lines: waitForState(j, 'finished') r = getAllOutputArguments(j) my local matlab will wait until job finishes, and everyting is fine. my problem is, after submission, can i exit my local matlab session while the job is still running on the cl... 25 Sep 2009 01:04
multi-variate linear regression with interactions
I am working to create a multi-variate linear regression where I have: y=measured observations x=matrix of parameters that are being used to predict the outcome regress() and robustfit() have been doing a relatively decent job at returning coefficients, but they often return coefficients that are opposite what is ... 23 Sep 2009 13:17
Wavelet PAcket
How can i decompose the color image using wavelet packet method? ... 23 Sep 2009 15:34
Possible to rotate y-axis label?
%%%%%%%%%%%%%%% x=0:0.1:360*pi/180*4; y1=0.1*sin(x); y2=sin(x)+cos(x); plotyy(x,y1, x,y2, 'plot'); %%%%%%%%%%%%%%% The above codes are used to plot a graph with two y-axes, one on the left, and the other one on the right, as shown in Figure 1 below. Is it possible to rotate the 'right' y-axis label by 180 degre... 23 Sep 2009 12:09
Displaying Scale Bar
Hi, I want to display a scale bar on my image: 1) a figure in my main GUI 2) a figure shown in imscrollpanel I want to be able to: 1) display the correct measurement 2) move the scale bar around 3) change its size is there any command, undocumented feature or any other tool that can help me do this. T... 23 Sep 2009 09:53