First  |  Prev |  Next  |  Last
Pages: 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653
multiframe dicomwrite
I have struggled with this same issue. After exploring the dicomwrite function a bit, it looks like the functionality is there for a multiframe dicomwrite, but its just not activated (at least as of my version which is R2008b). To get a multiframe write to a single file, I had to modify the private function dicom_enc... 21 May 2010 15:00
Warning: No display specified. You will not be able to displaygraphics on the screen.
Guillaume Champlong wrote: I am using matlab compiler to launch matlab code through CGI. I am testing locally only, for the moment (MAMP on MacOSX snow leopard). When the script is launched through CGI but, I am getting this warning : "Warning: No display specified. You will not be able to displa... 21 May 2010 15:00
detecting ships at horizon
Hi, I'm working on a project to detect ships at horizon. But, first I have to detect horizon and then work on object above the horizon. I'd be glad to receive any help. ... 22 May 2010 18:12
Joint Hypothesis
Hopefully I can explain my problem correctly. I am trying to find a way to conduct a joint hypothesis test in matlab. For example I want to test restrictions that equalize all regression coefficients of alpha, and then beta and then gamma of the following regression y(i,l) = alpha(l)*dummy(l) +beta(i,l)*A(i,l)+gam... 21 May 2010 15:00
Trimesh contour plot with nans
Hi, I am trying to display a contour plot using the trimesh function, but I have some nans in my contour vector. As expected, trimesh won't display the nan's but it makes the mesh elements with the nan vertex transparent. Here's example: x=[0 0 1 1 1]; y=[0 1 1 0 0]; z=[0 0 0 0 -1]; tri=[1 2 3; 1 3 4; 1 4 5]; ... 26 May 2010 12:27
Xls write cell array
Hi folks, is it true that xlswrite works with cell arrays? For me the following lines do not work, the critical range in the Excel sheet1 stays empty, whereas I get #N/A-s below which proves that ML writes something. a = { 'NA', 'NA', 'NA'}; b = [3, 2, 1]; c = { a; b}; xlswrite(xlsname,c,1,'A2:C5'); % ... 21 May 2010 17:13
MNRFIT Error "Undefined function or method 'mnrfit' for input arguments of type 'double'"
My data looks like this: Y=[4;4;5;13.....]; (n by 1) X= 1.3 6.9 2.0 3.2 4.2 6.9048 ..... (n by 2) when i used: [B,dev,stats]=mnrfit(x,y,'interactions','off'); The error message appeared : ??? Undefined function or method 'mnrfit' for input arguments of type 'double'. What caused ... 21 May 2010 13:54
Plotting a surface with 'holes'
Ray <rbenbernou(a)yahoo.com> wrote in message <14c1f967-6172-4e2d-9772-855a7f2c48ba(a)b7g2000pre.googlegroups.com>... On Apr 28, 7:50 am, Ray <rbenber...(a)yahoo.com> wrote: I have the x-y-z coordinates of a set of points which I'd like to plot as a 3-D surface. At some coordinates, the points do not exist. The ... 21 May 2010 13:54
How to make a multi-column legend?
I attempted both of these to make a 3x3 legend, without success. This is an old thread; has anyone solved the problem? Ri <ri(a)ozono.pe.u-tokyo.ac.jp> wrote in message <eeeb2ca.0(a)webx.raydaftYaTP>... Please try followings. Neither fulfill your request? 1: legend('label 1','label 2',-1) 2: L1=[... 26 May 2010 05:53
2D gaussian fit of image
Logarithm-to-linear least squares methods can work quite well for determining the centroid and sigma of a 2-D Gaussian, including images where part of the Gaussian is masked out, when the Gaussian is floating in a sea of noise, e.g. an image of a star. The key is to remove the noise floor, leaving only pixels that a... 21 May 2010 13:53
First  |  Prev |  Next  |  Last
Pages: 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653