Hello, I am having a data and am trying to interpolate using b-spline toolbox in Matlab. Apart from visually identifying the accuracy, how do i measure it using equations. Th…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hello, I am having a data and am trying to interpolate using b-spline toolbox in Matlab. Apart from visually identifying the accuracy, how do i measure it using equations. Th…
Hi I would like to generate a number between 300 and 450. I also would like which is the possible ways to generate numbers on Matlab? Is there a Poisson generator for random …
Pt = β1Pt−24+β2Pt−48+β3Pt−72+β4Pt−96+β5Pt−120+β6Pt−144+β7Pt−168+β8Lt+β9Rt+β10Et+β11Nt I was able to do the first part how to i find the other variables β8…
I wanted to run a grid search to find suitable parameters for my SVM model but I have discovered that fitrsvm gives inconsistent errors if the value of the epsilon parameter is gen…
i need some clarification on cross validation to be applied to neural network. i manage to get result of NN. right now i plan to apply cross validation for model selection. i ha…
I'm working on above example and there is some saying i don't understand. First, in "Check Data Normalization", there is saying that "the response (the rotation angle in degrees) i…
Hello, I am trying to create a lognormal distribution using the 'lognrnd' command between 3000 and 10000 I want the distribution to be skewed to the right as that is the characteri…
I am approximating a set of data with a polynomial to later find the cumulative density function. I am using a polynomial since I do not know the distribution of the set of data, t…
Hello, I have computed three different properties of sample objects and have stored the discrete data values in three vectors.I have fit weibull, lognormal and beta distribut…
Hello, I'm a relative newbie to MATLAB and neural networks, and I'm looking at disease spread and analysis in crop fields. I wanted to make an RCNN to help with this. I have some s…