Creating dicom headers
I have attempted to use header information that matlab generates and have encountered problems when trying to view the dicom images in several different viewers. What could be causing this? Does matlab have it's own way of generating header/dicom information? Does it strictly conform to dicom standards? I have also... 18 Dec 2008 11:18
Help wiht Newton's code
can any one help me out with code for Newton's Forward Difference Method ... 16 Dec 2008 21:04
Curve fitting problem
I am trying to fit several data sets to a sum of Lorentzians. I have written code that uses fminsearch. For data that is a sum of two Lorentzians, it seems to work fine. When I try and fit data that is a sum of 3 or more Lorentzians, it seems to have difficulty. One thing I tried was to iteratively run the fit, start... 18 Dec 2008 16:06
lagmatrix: wrong # of input arguments
I am trying to repeat one of the webinars (Introduction to Econometrics toolbox). I follow exactly the same steps as the webinar does with a similar dataset but it gives me the below when I reach the [parcorr] function? any solution? parcorr(rdex) ??? Error using ==> lagmatrix at 25 lagmatrix: wrong # of input ... 8 Dec 2008 08:12
DSOLVE Lower limit
I am using DSOLVE, and by default it makes the lower limit of the integration process t=0. How can I get DSOLVE to evaluate the integral from a lower limit T to an upper limit t? Is that possible? ... 8 Dec 2008 11:39
The MCR instance could not be initialized at MathWorks.MATLAB.NET.Utility.MWMCR..ctor
Hi, I'm using .NET builder to put MatLab function in an application. The matlab stand alone are installed on the PC. This works on 4 pc but on the 5th I get this error. System.TypeInitializationException: The type initializer for 'SomeName' threw an exception. ---> System.ApplicationException: The MCR instance co... 27 Nov 2008 15:43
xtick, ytick and gridlines in a filled 2d contour plot
Hi all, I have a 2d filled contour plot that was produced by contourf, something similar to what is shown as an example of the filled contour plot at: http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/ref/contourf.html&http://www.mathworks.com/cgi-bin/texis/webinator/s... 27 Nov 2008 15:43
SIMULINK R2008b and Visual Studi 2008 issue
Hello everyone, I am trying to build a SIMULINK model with the RTW and VS 2008 compiler but I get the following error message: Error building Real-Time Workshop target for block diagram 'Tank3_OpenLoop'. MATLAB error message: Error using ==> genMakefileAndBuild at 1139 Error(s) encountered while building model ... 26 Nov 2008 15:26
MATLAB SOURCE CODE FOR JPEG2000
There's no reason to bother with these outdated formats. Simply travel forward in time and get a JPEG_INFINITY neural implant that allows you to store 11.2 YottaBytes of visual memory and telepathically send it to any person or device you want. Don't forget, you'll need 13 Gloobs to pay for the surgery. Ken ... 25 Nov 2008 01:00
Energy Endpoint Detection
Hi, I have a Wav file with two words and noise within it. Does anyone know how to use energy endpoint detection to remove the noise at the beginning and end of the file. Thanks. ... 24 Nov 2008 20:24