Unexpected Error Message
Does anyone know why I keep on getting an unexpected Matlab error in this program. It says it occurs in line for (%the original equation) and I think it has something to do with a coefficient to x? I...
View ArticleRe: I'm new to matlab; why is this function wrong?
"Sargondjani" wrote in message <k9qhho$obr$1@newscl01ah.mathworks.com>...> you can only define functions inside a function-file and not in a script (dont ask me why, because it bothered me...
View ArticleRe: Unexpected Error Message
"Mason Savage" <savinator@yahoo.com> wrote in message <k9qic3$r71$1@newscl01ah.mathworks.com>...> Does anyone know why I keep on getting an unexpected Matlab error in this program....
View ArticleRe: GUI comments box
"Chris McCorquodale" wrote in message <k9qfi0$gcj$1@newscl01ah.mathworks.com>...> I am writing a gui that requires a 'comments' box for users to allow them to make comments/notes etc before...
View Articlecalculating seperate means in a large matrix
Hello, I am working on a project that, without going into unnecessary detail, requires me to calculate the mean of each row in a 64,500x17 matrix. The eventual aim is to populate a 17x1 vector for use...
View ArticleRe: GUI comments box
In article <k9qfi0$gcj$1@newscl01ah.mathworks.com>, "Chris McCorquodale" <remove.this.c.mccorquodale@axon-cable.co.uk>  wrote:> Hi,> > I am writing a gui that requires a 'comments'...
View ArticlePlots: problem with ticks and legend
Hello, First I wanted to know if there was a way to use crossing ticks on Matlab plots? (I only found in and out ticks, for now). Also, is it possible to keep ticks on the x and y axis, but remove them...
View ArticleRe: I'm new to matlab; why is this function wrong?
It seems you are confused about the definition of inputs and outputs of functions: a function should look like this: function [output1,output2,...]=my_fun(input1,input2,...) if you call this function...
View Articleplot?! help please
Hello! Another question! Imagine that i have N particles and I want to plot them, so I do something like this: plot3(X(1, Y, Z1, ':k', X2, Y2, Z2, ':k', X3, Y3, Z3, ':k'.............., XN, YN, ZN,...
View ArticleHMM - evaluating several output Transition and Emission matrices
Hi, I'm playing around with the HMM toolbox to try to build a model. I have many sequences of varying lengths (600 odd sequences of anywhere between 10 and 100 emissions). Unsurprisingly given the...
View ArticleRe: plot?! help please
"Iris " <my.velvet.faerie.tale@gmail.com> wrote in message news:k9qmbg$d1s$1@newscl01ah.mathworks.com...> Hello! Another question! Imagine that i have N particles and I want to > plot...
View ArticleRe: calculating seperate means in a large matrix
"Jacob Moses" <jacobfmoses@gmail.com> wrote in message news:k9qjhg$2rs$1@newscl01ah.mathworks.com...> Hello,> I am working on a project that, without going into unnecessary detail, >...
View Article[MEX-files and Deployed code] Matlab and C++
Hello all, I am trying to deploy my Matlab code, but i'm facing 2 issues. Let me explain: My Matlab code (GUI) is launched using Matlab engine, via C++. When pressing on one button, an new C++...
View Articlehi
i have project fault diagnosis of gas turbine power plant i need program that which can make fault detecting & diagnosis for GT power plant for vibration of shaft and bearing , and Simulation for...
View ArticleRe: matlab/mex function doesn't free memory
"Xueming " <emilyhexueming@hotmail.com> wrote in message <k9sg64$2c9$1@newscl01ah.mathworks.com>...>> James,hank you very much for pointing out my misunderstanding of garbage...
View Articlehmm
hi .. I am saja saad from Iraq ,Iam student in mousal univirsity /college of engineering/computer dep.,and I need help to do my project ,my project is isolated word recognition using hmm ,I need the...
View ArticleRe: How can I specify counters for matrices?
"panagiotis " <pkoniavitis@yahoo.com> wrote in message <k9t1f8$50g$1@newscl01ah.mathworks.com>...> Hallo.> > I want to give counters for matrices. I tried things like > > for...
View ArticleCorrelating timeseries of wind data
Hi All, I have two time series of wind data from nearby stations, and I want to find out how well the records correlate, as I'm interested in the confidence with which I can make inferences about the...
View ArticleHistogram equalization
Hello, I have images that have mostly low values and few really high values, but the range of values is different from image to image. How can I shift the histogram for each image such the values of...
View Article