i want code for implementation of local outlier detection mechanism in matlab for addressing slow http problem.
You can try to cluster the data based on their density. The outliers will have low density and large distance to the other clusters. see the decision graph in this paper: http://science.sciencemag.org/content/344/6191/1492.full
Use isoutlier(A,movmethod,window) in Matlab and by defining "window" you can specify the searching range to find the outliers locally.
I have a dataset with about 80 different species. As usual, some species are very easy to identify with certainty whereas others are more difficult, which means that I am less certain of my...
03 March 2021 8,066 4 View
I have prepared a manuscript in IEEE Latex template, but for some purpose, I need to prepare a word file as well (detailed format is not required). Compared to two column .tex file, one column...
02 March 2021 1,830 3 View
Gel electrophoresis, RNA degradation, RNA extraction from fresh tissue
02 March 2021 5,433 5 View
Hello, I would like to ask how to grow E.coli which resists 50 or 100ug/ml of Blasticidin. I have tried many methods by using low salt Luria-Bertain(LB) agar plate. However, no colonies grow. Let...
01 March 2021 2,027 2 View
Actually, I am running cfd simulation for a heat exchanger which has two fluids one hot and other one is cold fluid. there is a solid domain between them, which I removed and instead I have used...
01 March 2021 9,537 2 View
I'm looking to try out an off-the-shelf EEG set for some exploratory work. Curious if anyone has used the OpenBCI, and how much set-up work is required. I've heard they are more difficult to get...
01 March 2021 4,128 3 View
I am simulating Heat Exchanger. I have tried and tested all the methods to resolve this issue from the internet like refining mesh, improving skewness and orthogonal quality ,extending outlet to...
01 March 2021 6,985 3 View
01 March 2021 1,290 2 View
Should I mesh the solid domain ? or should I use wall thickness? or Shell conduction? for Heat Transfer between two fluids of a Heat Exchanger. what is recommended?
01 March 2021 9,785 3 View
I have a virtual machine. My host Pc specs are not that good thats why i went for virtual servers. so basically my host pc has 8gb of ram with nvidia quadro k2200 4Gb DDR5 GPU ,processor intel...
01 March 2021 8,415 1 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I am required to learn about Flyback converters and I got stuck not knowing to full design of the power supply flyback converter Based USB Charger Model using Simulink, especially the design model...
25 February 2021 5,435 2 View
I do need the Matlab code of Fractal Discrete Cosine Transform (FDCT). Can anyone who has already implement this code, help me with the implementation of this transform?
24 February 2021 5,602 2 View
Hi Hope you are well. Can you please share your code for D2D implementation in Matlab. I want to implement D2D in Matlab based Vienna simulator and struggling to deploy D2D. Thanks
24 February 2021 9,378 3 View
Dear colleagues If anyone has a model of multi-effect distillation in EES or MATLAB software, please send it to me.
24 February 2021 7,282 1 View
Hi, I am a third year chemistry undergrad doing my group project in which I need to predict the HPLC retention time of 20 aromatic molecules. to do this we require the chemical properties of these...
24 February 2021 1,384 3 View
Most of the papers have compared different hyperparameters such as layers, initializers, activation function, and optimizer algorithm in the CNN algorithm for detecting network intrusion. This is...
24 February 2021 4,578 4 View
I use Matlab 2014b to capture some images with a PointGrey camera connected with USB3 port. I initialize the camera in a function which basically execute these followed lines : vid =...
22 February 2021 6,386 1 View