First
|
Prev |
Next
|
Last
Pages: 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
Peculiar system command problem on UNIX I am trying to use MATLAB's system command to run dcm2nii on a CentOS 5.5 Linux box. The script basically takes a set of DICOM images and converts them to a single NIfTI image. Simply calling dcm2nii with no parameters should output the usage. As it stands now, when I attempt to call dcm2nii either from within the ... 2 Aug 2010 16:57
subclassing from distributed vs codistributed When creating a subclass that is a distributed matrix with additional attributes, I ran into the following error when subclassing distributed : ??? When constructing an instance of class 'DataContainer', the constructor must preserve the class of the returned object. Error in ==> distributed.distributed>distribu... 23 Jul 2010 19:07
Gauss to Matlab Hi there, Anybody knows the software to convert Gauss code into MatLab? It seems Cameron website doesn't active anymore. Maybe somebody has downloaded the program before, could you please share it to me? ... 22 Jul 2010 18:00
Changing the Position property of rectangle Hi all, By default, Matlab sets the input values for the position property of Rectangle to the lower left corner of the rectangle. Is it possible to reset the position property so that the input value determines the the center of the rectangle? Thanks in advance! Jen ... 22 Jul 2010 18:00
Passing variables from fsolve Hello Jeffy, Have you learned how to return non-optimization variables from an fsolve function since this post? I have had the same question as you for months now and have not found a solution. I did not see how output functions can solve this issue as they only solve the issue of passing parameters into a functi... 22 Jul 2010 18:00
Writing GUI inputs to Text File I'm looking to build a GUI where you input numbers into text boxes then, the main program reads these values and stores them to a text file. Here's what I've added to the main program % Input Callback input = str2double(get(hObject, 'String')); handles.user_input = input guidata(hObject, handles) % Push... 22 Jul 2010 21:19
Inverse of Matrix and Signal reconstruction Hi ! I have a matrix which looks like (A*A) where A is Fourier Matrix,It need to apply in this form (A* WA)^(inverse) * A*Wy; Where A* is conjugate of A....y is irregular sample signal (So A*Wy; is bandlimited spectra)...W is the weights for samples... which is the best way to invert is using backslash (\)... 23 Jul 2010 02:43
Best way to compare Which is the best way to compare the result of different interpolation methods on same sample in matlab ! I am using different interpolation techniques with FFT..and Want to know difference between them so what is best you suggest ! ... 23 Jul 2010 04:51
"figure properties" Java exception on Linux "zbot one" <zbot.one(a)gmail.com> wrote in message <hq5ncs$fe7$1(a)fred.mathworks.com>... +1 to the list. Ubuntu 9.10. Nvidia drivers. Dual monitors. R2007b. I tried a couple of the suggested fixes (including the one posted above about set(0,...). Either hit or miss. The one that worked best is plotting on... 28 Jul 2010 11:51
random vector generation within specific values I want to generate a random vector with the values in between -2.45 and +2.45 but no values less than +0.65 or -0.65? I would appreciate any help in this regard. Gerard ... 22 Jul 2010 22:23 |