Taylor/Schwert Garch using UCSD GARCH toolbox
Hihi Do anyone of you know how to use the tgarch function found in UCSD GARCH Toolbox to do taylor/schwert garch? In taylor/schwert garch, the error term is absolute term. Thank you for your help Pauline ... 6 Apr 2010 11:54
Simulink FFT
"David" <dave(a)bigcompany.com> wrote in message <gjdm9q$8hj$1(a)fred.mathworks.com>... "Murthy Hegde" <kmurthy_hegde(a)yahoo.com> wrote in message <gjdkn5$980$1(a)fred.mathworks.com>... "David" <dave(a)bigcompany.com> wrote in message <gjac9u$lit$1(a)fred.mathworks.com>... "Murthy Hegde" <kmurthy_hegde(a)yahoo.com> w... 6 Apr 2010 11:54
mex problem
Hi, I am trying to write some of my code as C mex file. I have problems when using functions like log() or pow(). I have written this very simple test file below (called test.c). It compiles but when I call it test([2 2]) I get ans = 0.0e+000 * 1.#INF 1.#INF Can anybody please tell m... 7 Apr 2010 05:40
saved figure is blank
Hi All I created a global map based on a 2-D matrix data input with corresponding longitude and latitude information using imagesc(longitude, latitude, data). It is displayed well and can be saved at this original size. But when I tried to display part of the map by using axis() to specify the displaying lo... 6 Apr 2010 11:53
signal name
Hi, I need to write a S-function which prints the name of its input signal. How to get the input signal name? Regards Sham ... 6 Apr 2010 14:09
dsk6713 for image enhancement
Hi everyone., How can I implement image enhancement using dsk6713. I want to know if I use ccstudio, how can I read and output the image as we do in MATLAB. Suppose I do not use CCS then how can I confine it to the use of only MATLAB and 6713DSK. Pls help. Thanx in advance ... 6 Apr 2010 11:53
pl provide mean shift segmentation code in matlab
"padma khandnor" <padmakhandnor(a)gmail.com> wrote in message <g8jpku$1r6$1(a)fred.mathworks.com>... hello, pl provide mean shift segmentation code in matlab ... 6 Apr 2010 11:53
Using xlswrite command to create new blank file
I am trying to write multiple portions of a matlab structure(FullSoln) to a new excel spreadsheet(SaveFileName) using the xlswrite command. The problem arises when matlab first runs the xlswrite command and it returns the error: xlswrite(SaveFileName, FullSoln.NormalVelocity, 'NormVelocity'); ??? Invoke Error, ... 6 Apr 2010 14:09
TinyOS and GUI in MATLAB
Hey, Where you able to read the data coming from the base station?? coz i'm kinda having the same problem here and been trying GUI for a while. Thanks, "Vishal " <vishal.trbwins(a)gmail.com> wrote in message <grvjgl$hbj$1(a)fred.mathworks.com>... I am working on a Tire Pressure Monitoring System (TPMS) ... 6 Apr 2010 10:46
Logical of 0/NaN!!!
I have this piece of code that crashes my Matlab 2010a 64 bits, Vista. a=zeros(1,2e4); a(1000:1000:end)=NaN; a(logical(0./a)) = 0; With 2007a, it throw an error of the third statement "NaN's cannot be converted to logicals." Can someone else confirm so I can report to TMW as a bug? Admittedly this piece o... 6 Apr 2010 13:01