Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
newbie: How to use neural pattern recognition to create a base signal and recognizing signal.(having very little matlab experience) i am doing a pr...
I am using the standard Matlab function canoncorr.m to calculate canonical correlations between two large data sets. However, I get error messages on ...
i have undergone an experiment and do not know which test to use. i want to see if there is a relationship between age, gender and height with grip st...
Good afternoon, I'm currently trying to generate random numbers from a uniform distribution, but I'm not sure how to input probabilities. For examp...
I wrote some codes to run a linear discriminant analysis based classification: %%Construct a LDA classifier with selected features and ground truth...
Hey, I am trying to write a program for linear spectral unmixing with known endmembers. I have a fluorescence spectrum and the subspectra of the endme...
Being a beginner I am facing great confusion regarding the NaiveBayes classifier. The examples I see are like this O1 = NaiveBayes.fit(meas,spec...
Hi, is there a way to use neural network toolbox to predict the next value in a time series?...
I have created a linear regression model which takes in 4 categorical variables (dayofweek, month, isholiday, and period). It uses the dummyvar() func...
In the following code, I fit a gaussian mixture model (GMM) to some randomly sampled data. I do this twice. Each time, the data represent two well sep...