Hello, I am fitting some realively simple data with a log normal distribution. I am then generating a probability distribution from that fit. Shouldn't this roughly match …
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hello, I am fitting some realively simple data with a log normal distribution. I am then generating a probability distribution from that fit. Shouldn't this roughly match …
I am just trying to plot a simple wordcloud of grades which has a grade string, say, grade='DBBBDBEFBFFASBCBABCCSBCAABBCBACDBFDBAFDAACAFAACABBFABCBAACF' when I plot it using, …
Is there a way to configure the %d in fprintf function to use exponential notation when writing to a text file? As far as I can see, when the fprintf command is used with %d MATLAB…
Can I use "softmaxLayer" for regression network?…
Hi , I have a k-nearest neighbour classifier which I have trained with fitcknn. I am wondering, when predicting labels on the model using predicit does it work in parallel? I…
Hi There How do you fit a gamma distribution to random data while fixing one of the gamma distribution parameters? Lets say we fix the shaping factor k for example and try to find …
Hello, I have sucessfully used BaggedTrees in the classificationLearner app to classify my data. I would now like to know (and show) which of my predictors are most useful in de…
I need help to write script to exatrct MCAP samples with time it occured in seaerate file and plot so I can use these sampes ton signal procsing application on maltlb this is only …
I have this 'sample data' data not in the right form. I need to read this text file and extract the data and tabulate it in the order as shown in figure below. I am not sure how ca…
I want to calculate the mean of the neighbors of the pixels in an image. I want to do it for all pixels not only the internal ones. That means for example that I want to calculate …