First  |  Prev |  Next  |  Last
Pages: 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857
Enboldening text in word from matlab
Hi, I'm just learning how to write to word from Matlab for the pursposes of creating reports. Can anyone tell me how I can make text bold or pass on any info on using the ActiveX session. Thanks, Dan ... 1 May 2010 14:18
Reading a File in Real-time as if from Serial Port
Hi, I have a software that collects data from a wireless device into a file. I need to process this data in real-time in Matlab. How can I do that i.e at one end the file is being continuously written by the software and at the other end I have to read and process the data in the last line of the file. I have been t... 26 Apr 2010 09:08
GARCH(1,1) MLE Question
Hi all just some questions: We have a process: y(t) = c + d*y(t-1) + e(t), h(t) = w+a*e(t)^2 + b*h(t)^2, We got the log-likelihood function with is: sum(-0.5*ln(2pi)) -sum(0.5*ln(h(t)^2))-sum(0.5*e(t)^2/h(t)^2)) where e(t) = y(t)-c-d*y(t-1) How do we estimate the coefficients c,d,w,a,b? Is it that we fir... 26 Apr 2010 09:08
surface plot colorbar font size changes
Hello there, I want to create some surface plots and include them in my LaTeX document. Therefor I changed the font size of the colorbar with the property editor to 15 pt. As far as here everything works fine. But when I'm saving the figure as a *.pdf the size is set back to 10 pt automatically. Any suggestio... 26 Apr 2010 09:08
Partial derivative
I would like to ask how to calculate in matlab second partial derivatives d^2f/dx^2 , d^2f/dy^2 , d^2f/dxdy , when f is function of x and y. Then f , x and y are given by 2D matrix of discrete values, derivatives should be the same representation. I was trying to use diff and gradient, but both give me different result... 26 Apr 2010 08:02
importdata issues
Hi, I export data from a secondary program into a text file with data = importdata(InData, ' ', 16); I have written a script which processes this data and it has always worked fine. I get: data (11x 421 double) textdata (16 x 421 cell) colheaders (1 x 421 cell) However, I have added another couple of c... 26 Apr 2010 08:02
simulated annealing with constraint
My question is: is it possible to minimize a function(two variables) with a nonlinear constraint using simulated annealing solver in MATLAB Optimization Toolbox ... 27 Apr 2010 06:31
how to extract a point from a Matlab figure
Hello, I have an array of elements and create a plot (figure). Now i want to choose several dots from the plot and save them in an array. I have tried Tools->Data Cursor but every dot i choose it is saved in another variable. Is this possible???? thanx in advance jacob ... 26 Apr 2010 08:02
plot 3D+result
Hi everybody, I need to create plot with 3d plus my function. % Example x=500:-10:1000; y=350:-5:500; z=510:-3:612; c=f(x,y,z among other) plot(x,y,z,c) grid on it is not working with me, pleased any help. have a nice time Ragab ... 26 Apr 2010 10:14
Intersection operation on symbolic intervals
I have this symbolic intervals' matrix. inter = [ Dom::Interval(-28/5, Inf), Dom::Interval(-38/5, Inf)] [ Dom::Interval(-Inf, 38/5), Dom::Interval(-Inf, 47/5)] [ Dom::Interval(-37/5, Inf), Dom::Interval(-28/5, Inf)] [ Dom::Interval(-Inf, 47/5), Dom::Interval(-Inf, 37/5)] I need to find the intersection be... 26 Apr 2010 06:56
First  |  Prev |  Next  |  Last
Pages: 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857